diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1997-01-28 06:11:45 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1997-01-28 06:11:45 +0000 |
| commit | b6febe7acf16089463b9f074171ec1c4ac75ccc9 (patch) | |
| tree | f3718f7f93a14b404955c003a8b5d4cf81083ffc /include | |
| parent | 7610c940884daa90bd8f2fd247b5b7975aca2f2e (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> |
