summaryrefslogtreecommitdiffstats
path: root/usr.sbin/installboot/i386_installboot.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 /usr.sbin/installboot/i386_installboot.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 'usr.sbin/installboot/i386_installboot.c')
-rw-r--r--usr.sbin/installboot/i386_installboot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/installboot/i386_installboot.c b/usr.sbin/installboot/i386_installboot.c
index c612f54f1b7..f484bdadd52 100644
--- a/usr.sbin/installboot/i386_installboot.c
+++ b/usr.sbin/installboot/i386_installboot.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: i386_installboot.c,v 1.7 2015/01/16 00:05:12 deraadt Exp $ */
+/* $OpenBSD: i386_installboot.c,v 1.8 2015/01/20 18:22:21 deraadt Exp $ */
/* $NetBSD: installboot.c,v 1.5 1995/11/17 23:23:50 gwr Exp $ */
/*
@@ -37,7 +37,7 @@
#define ELFSIZE 32
-#include <sys/param.h> /* DEV_BSIZE MAXFRAG */
+#include <sys/param.h> /* DEV_BSIZE */
#include <sys/types.h>
#include <sys/disklabel.h>
#include <sys/dkio.h>