diff options
Diffstat (limited to 'libdiskfs/priv.h')
-rw-r--r-- | libdiskfs/priv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libdiskfs/priv.h b/libdiskfs/priv.h index eab1ed43..bd6e5304 100644 --- a/libdiskfs/priv.h +++ b/libdiskfs/priv.h @@ -29,6 +29,9 @@ extern mach_port_t fs_control_port; /* receive right */ +/* These inhibit setuid or exec. */ +extern int nosuid, noexec; + volatile struct mapped_time_value *_diskfs_mtime; extern struct argp_option diskfs_common_options[]; |