fs_passno comment dump->fsck, fixes 3150 from Andrew Wheadon

This commit is contained in:
perry 1997-01-27 22:08:46 +00:00
parent 46cb437677
commit a314a207a1
1 changed files with 2 additions and 2 deletions

View File

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