=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/fstab.h,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/include/fstab.h 1995/10/18 08:41:12 1.1 --- src/include/fstab.h 1997/01/23 18:59:31 1.2 *************** *** 65,71 **** char *fs_mntops; /* Mount options ala -o */ char *fs_type; /* FSTAB_* from fs_mntops */ int fs_freq; /* dump frequency, in days */ ! int fs_passno; /* pass number on parallel dump */ }; #include --- 65,71 ---- char *fs_mntops; /* Mount options ala -o */ char *fs_type; /* FSTAB_* from fs_mntops */ int fs_freq; /* dump frequency, in days */ ! int fs_passno; /* pass number on parallel fsck */ }; #include