diff options
| author | Craig Rodrigues <rodrigc@FreeBSD.org> | 2005-11-29 00:28:17 +0000 |
|---|---|---|
| committer | Craig Rodrigues <rodrigc@FreeBSD.org> | 2005-11-29 00:28:17 +0000 |
| commit | 2207c7648e0d6f8e27f92132fdc7c220fb380e4b (patch) | |
| tree | 7a410e336c43f675291a4776eaacd0a96ccf88b1 /sbin/mount | |
| parent | 99b41b34fb02b1bc07d75fd22ffedd49c6d9b68c (diff) | |
Notes
Diffstat (limited to 'sbin/mount')
| -rw-r--r-- | sbin/mount/mntopts.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/mount/mntopts.h b/sbin/mount/mntopts.h index 13a3b532664f..83704462712d 100644 --- a/sbin/mount/mntopts.h +++ b/sbin/mount/mntopts.h @@ -40,7 +40,6 @@ struct mntopt { /* User-visible MNT_ flags. */ #define MOPT_ASYNC { "async", 0, MNT_ASYNC, 0 } #define MOPT_NOATIME { "atime", 1, MNT_NOATIME, 0 } -#define MOPT_NODEV { "dev", 1, MNT_NODEV, 0 } #define MOPT_NOEXEC { "exec", 1, MNT_NOEXEC, 0 } #define MOPT_NOSUID { "suid", 1, MNT_NOSUID, 0 } #define MOPT_NOSYMFOLLOW { "symfollow", 1, MNT_NOSYMFOLLOW, 0 } @@ -79,7 +78,6 @@ struct mntopt { MOPT_GROUPQUOTA, \ MOPT_FSTAB_COMPAT, \ MOPT_NOATIME, \ - MOPT_NODEV, \ MOPT_NOEXEC, \ MOPT_SUIDDIR, /* must be before MOPT_NOSUID */ \ MOPT_NOSUID, \ |
