summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/mkfs.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/newfs/mkfs.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/newfs/mkfs.c')
-rw-r--r--sbin/newfs/mkfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/newfs/mkfs.c b/sbin/newfs/mkfs.c
index 7e065c5c2f4..9235ae37bab 100644
--- a/sbin/newfs/mkfs.c
+++ b/sbin/newfs/mkfs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mkfs.c,v 1.88 2015/01/18 04:48:24 deraadt Exp $ */
+/* $OpenBSD: mkfs.c,v 1.89 2015/01/20 18:22:21 deraadt Exp $ */
/* $NetBSD: mkfs.c,v 1.25 1995/06/18 21:35:38 cgd Exp $ */
/*
@@ -39,7 +39,7 @@
* SUCH DAMAGE.
*/
-#include <sys/param.h> /* MAXFRAG MAXBSIZE DEV_BSIZE roundup btodb setbit */
+#include <sys/param.h> /* MAXBSIZE DEV_BSIZE roundup btodb setbit */
#include <sys/signal.h>
#include <sys/time.h>
#include <sys/disklabel.h>