[BACK]Return to mntopts.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / include

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/include/mntopts.h between version 1.13.4.1 and 1.16

version 1.13.4.1, 2010/02/11 05:36:16 version 1.16, 2016/01/22 22:26:45
Line 33 
Line 33 
 #ifndef _MNTOPTS_H_  #ifndef _MNTOPTS_H_
 #define _MNTOPTS_H_  #define _MNTOPTS_H_
   
   #include <sys/cdefs.h>
   
 struct mntopt {  struct mntopt {
         const char *m_option;   /* option name */          const char *m_option;   /* option name */
         int m_inverse;          /* if a negative option, eg "dev" */          int m_inverse;          /* if a negative option, eg "dev" */
Line 57  struct mntopt {
Line 59  struct mntopt {
 #define MOPT_SOFTDEP            { "softdep",    0, MNT_SOFTDEP, 0 }  #define MOPT_SOFTDEP            { "softdep",    0, MNT_SOFTDEP, 0 }
 #define MOPT_LOG                { "log",        0, MNT_LOG, 0 }  #define MOPT_LOG                { "log",        0, MNT_LOG, 0 }
 #define MOPT_IGNORE             { "hidden",     0, MNT_IGNORE, 0 }  #define MOPT_IGNORE             { "hidden",     0, MNT_IGNORE, 0 }
 #define MOPT_XIP                { "xip",        0, MNT_XIP, 0 }  #define MOPT_EXTATTR            { "extattr",    0, MNT_EXTATTR, 0 }
   #define MOPT_DISCARD            { "discard",    0, MNT_DISCARD, 0 }
   
 /* Control flags. */  /* Control flags. */
 #define MOPT_FORCE              { "force",      0, MNT_FORCE, 0 }  #define MOPT_FORCE              { "force",      0, MNT_FORCE, 0 }

Legend:
Removed from v.1.13.4.1  
changed lines
  Added in v.1.16

CVSweb <webmaster@jp.NetBSD.org>