[BACK]Return to fstab.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/fstab.h between version 1.1 and 1.2

version 1.1, 1995/10/18 08:41:12 version 1.2, 1997/01/23 18:59:31
Line 65 
Line 65 
         char    *fs_mntops;             /* Mount options ala -o */          char    *fs_mntops;             /* Mount options ala -o */
         char    *fs_type;               /* FSTAB_* from fs_mntops */          char    *fs_type;               /* FSTAB_* from fs_mntops */
         int     fs_freq;                /* dump frequency, in days */          int     fs_freq;                /* dump frequency, in days */
         int     fs_passno;              /* pass number on parallel dump */          int     fs_passno;              /* pass number on parallel fsck */
 };  };
   
 #include <sys/cdefs.h>  #include <sys/cdefs.h>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2