Change to comment for fs_passno to reflect that it applies
to fsck and not dump.
This commit is contained in:
parent
ea9b07198e
commit
8656d26584
@ -63,7 +63,7 @@ struct fstab {
|
|||||||
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>
|
||||||
|
Loading…
Reference in New Issue
Block a user