summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs/setup.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-01-20 18:22:20 +0000
committerderaadt <deraadt@openbsd.org>2015-01-20 18:22:20 +0000
commit78eb0b7e750a8abce6d5bf75f3980c4936ee0c1c (patch)
tree35b8d0135b2674051901c63738807d2811652485 /sbin/fsck_ffs/setup.c
parentMake the man(1) and apropos(1) options -s and -S much less expensive: (diff)
downloadwireguard-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/setup.c')
-rw-r--r--sbin/fsck_ffs/setup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fsck_ffs/setup.c b/sbin/fsck_ffs/setup.c
index 91bfb782368..45b8ff5c91a 100644
--- a/sbin/fsck_ffs/setup.c
+++ b/sbin/fsck_ffs/setup.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: setup.c,v 1.56 2015/01/16 06:39:57 deraadt Exp $ */
+/* $OpenBSD: setup.c,v 1.57 2015/01/20 18:22:21 deraadt Exp $ */
/* $NetBSD: setup.c,v 1.27 1996/09/27 22:45:19 christos Exp $ */
/*
@@ -30,7 +30,7 @@
* SUCH DAMAGE.
*/
-#include <sys/param.h> /* MAXFRAG MAXBSIZE DEV_BSIZE roundup */
+#include <sys/param.h> /* MAXBSIZE DEV_BSIZE roundup */
#define DKTYPENAMES
#include <sys/time.h>
#include <ufs/ufs/dinode.h>