diff options
author | 2015-01-20 18:22:20 +0000 | |
---|---|---|
committer | 2015-01-20 18:22:20 +0000 | |
commit | 78eb0b7e750a8abce6d5bf75f3980c4936ee0c1c (patch) | |
tree | 35b8d0135b2674051901c63738807d2811652485 /sbin/disklabel/disklabel.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/disklabel/disklabel.c')
-rw-r--r-- | sbin/disklabel/disklabel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/disklabel/disklabel.c b/sbin/disklabel/disklabel.c index 5bbc14804cf..6cb97847bb6 100644 --- a/sbin/disklabel/disklabel.c +++ b/sbin/disklabel/disklabel.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.c,v 1.197 2015/01/16 06:39:57 deraadt Exp $ */ +/* $OpenBSD: disklabel.c,v 1.198 2015/01/20 18:22:20 deraadt Exp $ */ /* * Copyright (c) 1987, 1993 @@ -32,7 +32,7 @@ * SUCH DAMAGE. */ -#include <sys/param.h> /* MAXFRAG DEV_BSIZE */ +#include <sys/param.h> /* DEV_BSIZE */ #include <sys/ioctl.h> #include <sys/dkio.h> #include <sys/stat.h> |