diff options
| author | mjf <mjf@NetBSD.org> | 2006-10-31 08:12:46 +0000 |
|---|---|---|
| committer | mjf <mjf@NetBSD.org> | 2006-10-31 08:12:46 +0000 |
| commit | a2be0ed655043b8fd1dce55939165b1f557a1b8b (patch) | |
| tree | 0585c648d853b54758b5e7b894eca5ff5915e37e /include | |
| parent | 7372f1dad4ecda2c175b84d9d19f1d7068dd9b1c (diff) | |
Revert the changes I introduced trying to solve tmpfs' NFS export problem.
Requested by yamt@
Diffstat (limited to 'include')
| -rw-r--r-- | include/mntopts.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/mntopts.h b/include/mntopts.h index 3666ccb954c..c30385fa251 100644 --- a/include/mntopts.h +++ b/include/mntopts.h @@ -1,4 +1,4 @@ -/* $NetBSD: mntopts.h,v 1.9 2006/10/24 21:53:10 mjf Exp $ */ +/* $NetBSD: mntopts.h,v 1.10 2006/10/31 08:12:46 mjf Exp $ */ /*- * Copyright (c) 1994 @@ -56,7 +56,6 @@ struct mntopt { #define MOPT_SYMPERM { "symperm", 0, MNT_SYMPERM, 0 } #define MOPT_SOFTDEP { "softdep", 0, MNT_SOFTDEP, 0 } #define MOPT_IGNORE { "hidden", 0, MNT_IGNORE, 0 } -#define MOPT_NOSHARE { "share", 1, MNT_NOSHARE, 0 } /* Control flags. */ #define MOPT_FORCE { "force", 0, MNT_FORCE, 0 } @@ -89,8 +88,7 @@ struct mntopt { MOPT_RDONLY, \ MOPT_UNION, \ MOPT_IGNORE, \ - MOPT_SYMPERM, \ - MOPT_NOSHARE + MOPT_SYMPERM __BEGIN_DECLS typedef struct mntoptparse *mntoptparse_t; |
