diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-20 18:22:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-20 18:22:22 +0000 |
commit | 75464c95446f6c87f0610534204fc2e6c8f18056 (patch) | |
tree | 112702b8799346584897c73b9cee5351cf648dfb /lib | |
parent | 3bbc909a117af1c26d31a6befe8836ded85d3f38 (diff) |
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')
-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> |