diff options
author | Miles Bader <miles@gnu.org> | 1997-09-19 19:35:24 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-09-19 19:35:24 +0000 |
commit | d557191eb5cb68560d67adc381412cc759f970ce (patch) | |
tree | 98757d7c2a0fe1bc56a75e59da5775fac52fab5d | |
parent | 35f8d91b713e991a15f955042006e2f99715acf0 (diff) | |
download | hurd-d557191eb5cb68560d67adc381412cc759f970ce.tar.gz hurd-d557191eb5cb68560d67adc381412cc759f970ce.tar.bz2 hurd-d557191eb5cb68560d67adc381412cc759f970ce.zip |
.
-rw-r--r-- | libdiskfs/ChangeLog | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index beef1fbd..9ba1e112 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -2,9 +2,8 @@ * priv.h (fs_control_port): Declaration removed. (_diskfs_nosuid, _diskfs_noexec): Renamed from nosuid & noexec. - * file-exec.c (diskfs_S_file_exec): Prepend "_diskfs" to uses of - NOSUID & NOEXEC. - * init-init.c: Likewise. + * init-init.c: Prepend "_diskfs" to uses of NOSUID & NOEXEC. + * file-exec.c (diskfs_S_file_exec): Likewise. * opts-std-startup.c (parse_startup_opt): Likewise. * opts-std-runtime.c (set_opts): Likewise. (OPT_EXEC_OK, OPT_SUID_OK): Rename definitions from ..._OPT. |