diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1997-01-28 06:15:55 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1997-01-28 06:15:55 +0000 |
| commit | d08a2455522ff792691cc3b4706b4de11c384819 (patch) | |
| tree | 12c525d6ad0fe2147b96f8bf2d7b086dd942be25 /include | |
| parent | 8a4586b4f7fd5ab7240f33189d3adb79996d3a29 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/fstab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fstab.h b/include/fstab.h index 2a176bdb8320..c2bb06a1a139 100644 --- a/include/fstab.h +++ b/include/fstab.h @@ -63,7 +63,7 @@ struct fstab { 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 */ + int fs_passno; /* pass number on parallel fsck */ }; #include <sys/cdefs.h> |
