diff options
author | Miles Bader <miles@gnu.org> | 1997-09-19 19:13:17 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-09-19 19:13:17 +0000 |
commit | 2b1b297d1a587fa6aed336c72acdce202f3d73b1 (patch) | |
tree | 92366741962a9a8c456fdf8f106ad73456923e4f /libdiskfs | |
parent | 3f73b88bdb0cc81b2f9205288226a16aa4b54b11 (diff) |
.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index 222ad343..beef1fbd 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,3 +1,14 @@ +1997-09-18 Miles Bader <miles@gnu.ai.mit.edu> + + * 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. + * 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. + 1997-09-16 Miles Bader <miles@gnu.ai.mit.edu> * opts-append-std.c (diskfs_append_std_options): Add --no-suid and |