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

Requested by:	jkoshy
This commit is contained in:
rodrigc 2005-12-02 03:55:02 +00:00
parent 4b7c26680f
commit 1655df24cf

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 */
};