diff options
author | 2015-01-20 18:22:20 +0000 | |
---|---|---|
committer | 2015-01-20 18:22:20 +0000 | |
commit | 78eb0b7e750a8abce6d5bf75f3980c4936ee0c1c (patch) | |
tree | 35b8d0135b2674051901c63738807d2811652485 /sbin/fsck_ffs/pass2.c | |
parent | Make the man(1) and apropos(1) options -s and -S much less expensive: (diff) | |
download | wireguard-openbsd-78eb0b7e750a8abce6d5bf75f3980c4936ee0c1c.tar.xz wireguard-openbsd-78eb0b7e750a8abce6d5bf75f3980c4936ee0c1c.zip |
Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or
delete <sys/param.h> if now possible
ok guenther
Diffstat (limited to 'sbin/fsck_ffs/pass2.c')
-rw-r--r-- | sbin/fsck_ffs/pass2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fsck_ffs/pass2.c b/sbin/fsck_ffs/pass2.c index 02d150cd8b8..0d244c957a0 100644 --- a/sbin/fsck_ffs/pass2.c +++ b/sbin/fsck_ffs/pass2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pass2.c,v 1.36 2015/01/16 06:39:57 deraadt Exp $ */ +/* $OpenBSD: pass2.c,v 1.37 2015/01/20 18:22:21 deraadt Exp $ */ /* $NetBSD: pass2.c,v 1.17 1996/09/27 22:45:15 christos Exp $ */ /* @@ -30,7 +30,7 @@ * SUCH DAMAGE. */ -#include <sys/param.h> /* MAXFRAG DEV_BSIZE roundup */ +#include <sys/param.h> /* DEV_BSIZE roundup */ #include <sys/time.h> #include <ufs/ufs/dinode.h> #include <ufs/ufs/dir.h> |