[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.7 and 1.8

version 1.7, 2006/02/12 01:32:06 version 1.8, 2006/10/16 03:31:27
Line 69  struct mntopt {
Line 69  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.7  
changed lines
  Added in v.1.8

CVSweb <webmaster@jp.NetBSD.org>