diff options
| author | perry <perry@NetBSD.org> | 1997-01-27 22:08:46 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 1997-01-27 22:08:46 +0000 |
| commit | a314a207a133c82ca3009fb183b3d655fed4643e (patch) | |
| tree | 3c06797821865ce12e50bccc7fdfdc947359faf6 /include | |
| parent | 46cb4376773691bd132c818d567dd217776a71e7 (diff) | |
fs_passno comment dump->fsck, fixes 3150 from Andrew Wheadon
Diffstat (limited to 'include')
| -rw-r--r-- | include/fstab.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fstab.h b/include/fstab.h index 4043d7abf22..60b3e80d93e 100644 --- a/include/fstab.h +++ b/include/fstab.h @@ -1,4 +1,4 @@ -/* $NetBSD: fstab.h,v 1.3 1994/10/26 00:55:53 cgd Exp $ */ +/* $NetBSD: fstab.h,v 1.4 1997/01/27 22:08:46 perry Exp $ */ /* * Copyright (c) 1980 Regents of the University of California. @@ -65,7 +65,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> |
