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 /usr.sbin | |
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 'usr.sbin')
-rw-r--r-- | usr.sbin/installboot/i386_installboot.c | 4 | ||||
-rw-r--r-- | usr.sbin/quot/quot.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/installboot/i386_installboot.c b/usr.sbin/installboot/i386_installboot.c index c612f54f1b7..f484bdadd52 100644 --- a/usr.sbin/installboot/i386_installboot.c +++ b/usr.sbin/installboot/i386_installboot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i386_installboot.c,v 1.7 2015/01/16 00:05:12 deraadt Exp $ */ +/* $OpenBSD: i386_installboot.c,v 1.8 2015/01/20 18:22:21 deraadt Exp $ */ /* $NetBSD: installboot.c,v 1.5 1995/11/17 23:23:50 gwr Exp $ */ /* @@ -37,7 +37,7 @@ #define ELFSIZE 32 -#include <sys/param.h> /* DEV_BSIZE MAXFRAG */ +#include <sys/param.h> /* DEV_BSIZE */ #include <sys/types.h> #include <sys/disklabel.h> #include <sys/dkio.h> diff --git a/usr.sbin/quot/quot.c b/usr.sbin/quot/quot.c index 588b6334de2..d6058ee6a84 100644 --- a/usr.sbin/quot/quot.c +++ b/usr.sbin/quot/quot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: quot.c,v 1.25 2015/01/16 06:40:19 deraadt Exp $ */ +/* $OpenBSD: quot.c,v 1.26 2015/01/20 18:22:21 deraadt Exp $ */ /* * Copyright (C) 1991, 1994 Wolfgang Solfrank. @@ -31,7 +31,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/param.h> /* MAXFRAG DEV_BSIZE MAXBSIZE */ +#include <sys/param.h> /* DEV_BSIZE MAXBSIZE */ #include <sys/mount.h> #include <sys/time.h> #include <ufs/ufs/dinode.h> |