[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.14 and 1.15

version 1.14, 2011/06/17 14:23:50 version 1.15, 2012/10/19 17:09:06
Line 58  struct mntopt {
Line 58  struct mntopt {
 #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_EXTATTR            { "extattr",    0, MNT_EXTATTR, 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.14  
changed lines
  Added in v.1.15

CVSweb <webmaster@jp.NetBSD.org>