Remove unsupported "dev" option from comments of mntopts.h.

Requested by:	jkoshy
This commit is contained in:
Craig Rodrigues 2005-12-02 03:55:02 +00:00
parent e94466c604
commit 30cb180f7c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153007

View File

@ -32,7 +32,7 @@
struct mntopt {
const char *m_option; /* option name */
int m_inverse; /* if a negative option, e.g. "dev" */
int m_inverse; /* if a negative option, e.g. "atime" */
int m_flag; /* bit to set, e.g. MNT_RDONLY */
int m_altloc; /* 1 => set bit in altflags */
};