diff options
author | 2015-01-20 18:22:20 +0000 | |
---|---|---|
committer | 2015-01-20 18:22:20 +0000 | |
commit | 78eb0b7e750a8abce6d5bf75f3980c4936ee0c1c (patch) | |
tree | 35b8d0135b2674051901c63738807d2811652485 /lib/libc | |
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 'lib/libc')
-rw-r--r-- | lib/libc/gen/disklabel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/disklabel.c b/lib/libc/gen/disklabel.c index 9f56ba8d215..8815c5e7f7d 100644 --- a/lib/libc/gen/disklabel.c +++ b/lib/libc/gen/disklabel.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. */ -#include <sys/param.h> /* MAXFRAG DEV_BSIZE */ +#include <sys/param.h> /* DEV_BSIZE */ #include <sys/types.h> #define DKTYPENAMES #include <sys/disklabel.h> |