diff options
author | 2015-01-20 18:22:20 +0000 | |
---|---|---|
committer | 2015-01-20 18:22:20 +0000 | |
commit | 78eb0b7e750a8abce6d5bf75f3980c4936ee0c1c (patch) | |
tree | 35b8d0135b2674051901c63738807d2811652485 /sbin/dump/main.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/dump/main.c')
-rw-r--r-- | sbin/dump/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dump/main.c b/sbin/dump/main.c index 65101a9f38a..f3b78e1a39e 100644 --- a/sbin/dump/main.c +++ b/sbin/dump/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.53 2015/01/16 06:39:57 deraadt Exp $ */ +/* $OpenBSD: main.c,v 1.54 2015/01/20 18:22:20 deraadt Exp $ */ /* $NetBSD: main.c,v 1.14 1997/06/05 11:13:24 lukem Exp $ */ /*- @@ -30,7 +30,7 @@ * SUCH DAMAGE. */ -#include <sys/param.h> /* MAXFRAG MAXBSIZE DEV_BSIZE roundup */ +#include <sys/param.h> /* MAXBSIZE DEV_BSIZE roundup */ #include <sys/mount.h> #include <sys/stat.h> #include <sys/time.h> |