diff options
author | Miles Bader <miles@gnu.org> | 1997-09-19 19:12:58 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-09-19 19:12:58 +0000 |
commit | 3f73b88bdb0cc81b2f9205288226a16aa4b54b11 (patch) | |
tree | dcbb87dd6502719de6f7438a45f0f00d6f880bf6 /libdiskfs | |
parent | 19df5d5820d4f79739914b28fe0175541dcfa364 (diff) |
(fs_control_port):
Declaration removed.
(_diskfs_nosuid, _diskfs_noexec):
Renamed from nosuid & noexec.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/priv.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libdiskfs/priv.h b/libdiskfs/priv.h index bd6e5304..c03d93dc 100644 --- a/libdiskfs/priv.h +++ b/libdiskfs/priv.h @@ -27,10 +27,8 @@ #include "diskfs.h" -extern mach_port_t fs_control_port; /* receive right */ - /* These inhibit setuid or exec. */ -extern int nosuid, noexec; +extern int _diskfs_nosuid, _diskfs_noexec; volatile struct mapped_time_value *_diskfs_mtime; |