[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.5 and 1.11.6.2

version 1.5, 2005/02/03 04:39:32 version 1.11.6.2, 2008/07/31 05:38:05
Line 55  struct mntopt {
Line 55  struct mntopt {
 #define MOPT_NOATIME            { "atime",      1, MNT_NOATIME, 0 }  #define MOPT_NOATIME            { "atime",      1, MNT_NOATIME, 0 }
 #define MOPT_SYMPERM            { "symperm",    0, MNT_SYMPERM, 0 }  #define MOPT_SYMPERM            { "symperm",    0, MNT_SYMPERM, 0 }
 #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_IGNORE             { "hidden",     0, MNT_IGNORE, 0 }  #define MOPT_IGNORE             { "hidden",     0, MNT_IGNORE, 0 }
   
 /* Control flags. */  /* Control flags. */
Line 69  struct mntopt {
Line 70  struct mntopt {
   
 /* This is parsed by mount(8), but is ignored by specific mount_*(8)s. */  /* This is parsed by mount(8), but is ignored by specific mount_*(8)s. */
 #define MOPT_AUTO               { "auto",       0, 0, 0 }  #define MOPT_AUTO               { "auto",       0, 0, 0 }
   #define MOPT_NULL               { NULL,         0, 0, 0 }
   
 #define MOPT_FSTAB_COMPAT                                               \  #define MOPT_FSTAB_COMPAT                                               \
         MOPT_RO,                                                        \          MOPT_RO,                                                        \

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.11.6.2

CVSweb <webmaster@jp.NetBSD.org>