Browse Source

correct fs_passno comment; drochner@zelux6.zel.kfa-juelich.de

OPENBSD_2_1
deraadt 27 years ago
parent
commit
fd419e35ee
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/include/fstab.h

+ 1
- 1
src/include/fstab.h View File

@ -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>


Loading…
Cancel
Save