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 /sbin/clri/clri.c | |
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 'sbin/clri/clri.c')
-rw-r--r-- | sbin/clri/clri.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/clri/clri.c b/sbin/clri/clri.c index 70653535014..766a78e81bb 100644 --- a/sbin/clri/clri.c +++ b/sbin/clri/clri.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clri.c,v 1.14 2015/01/16 06:39:56 deraadt Exp $ */ +/* $OpenBSD: clri.c,v 1.15 2015/01/20 18:22:20 deraadt Exp $ */ /* $NetBSD: clri.c,v 1.19 2005/01/20 15:50:47 xtraeme Exp $ */ /* @@ -33,7 +33,7 @@ * SUCH DAMAGE. */ -#include <sys/param.h> /* MAXFRAG MAXBSIZE DEV_BSIZE */ +#include <sys/param.h> /* MAXBSIZE DEV_BSIZE */ #include <ufs/ufs/dinode.h> #include <ufs/ffs/fs.h> |