diff options
author | 2015-01-20 18:22:20 +0000 | |
---|---|---|
committer | 2015-01-20 18:22:20 +0000 | |
commit | 78eb0b7e750a8abce6d5bf75f3980c4936ee0c1c (patch) | |
tree | 35b8d0135b2674051901c63738807d2811652485 /sbin/badsect/badsect.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/badsect/badsect.c')
-rw-r--r-- | sbin/badsect/badsect.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/badsect/badsect.c b/sbin/badsect/badsect.c index 42a506848bd..e7c06ab8b78 100644 --- a/sbin/badsect/badsect.c +++ b/sbin/badsect/badsect.c @@ -1,4 +1,4 @@ -/* $OpenBSD: badsect.c,v 1.25 2015/01/16 06:39:56 deraadt Exp $ */ +/* $OpenBSD: badsect.c,v 1.26 2015/01/20 18:22:20 deraadt Exp $ */ /* $NetBSD: badsect.c,v 1.10 1995/03/18 14:54:28 cgd Exp $ */ /* @@ -40,7 +40,7 @@ * this program can be used if the driver for the file system in question * does not support bad block forwarding. */ -#include <sys/param.h> /* MAXFRAG MAXBSIZE DEV_BSIZE isclr */ +#include <sys/param.h> /* MAXBSIZE DEV_BSIZE isclr */ #include <sys/stat.h> #include <ufs/ffs/fs.h> |