[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.10.18.1 and 1.13.4.2

version 1.10.18.1, 2008/09/18 04:39:55 version 1.13.4.2, 2010/08/17 06:40:01
Line 70  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_RUMP               { "rump",       0, 0, 0 }
 #define MOPT_NULL               { NULL,         0, 0, 0 }  #define MOPT_NULL               { NULL,         0, 0, 0 }
   
 #define MOPT_FSTAB_COMPAT                                               \  #define MOPT_FSTAB_COMPAT                                               \
Line 89  struct mntopt {
Line 90  struct mntopt {
         MOPT_RDONLY,                                                    \          MOPT_RDONLY,                                                    \
         MOPT_UNION,                                                     \          MOPT_UNION,                                                     \
         MOPT_IGNORE,                                                    \          MOPT_IGNORE,                                                    \
         MOPT_SYMPERM          MOPT_SYMPERM,                                                   \
           MOPT_RUMP
   
 __BEGIN_DECLS  __BEGIN_DECLS
 typedef struct mntoptparse *mntoptparse_t;  typedef struct mntoptparse *mntoptparse_t;

Legend:
Removed from v.1.10.18.1  
changed lines
  Added in v.1.13.4.2

CVSweb <webmaster@jp.NetBSD.org>