summaryrefslogtreecommitdiff
path: root/sbin/newfs/newfs.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-01-20 18:22:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-01-20 18:22:22 +0000
commit75464c95446f6c87f0610534204fc2e6c8f18056 (patch)
tree112702b8799346584897c73b9cee5351cf648dfb /sbin/newfs/newfs.c
parent3bbc909a117af1c26d31a6befe8836ded85d3f38 (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/newfs/newfs.c')
-rw-r--r--sbin/newfs/newfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c
index 78b5fa12ae7..1921d5a0083 100644
--- a/sbin/newfs/newfs.c
+++ b/sbin/newfs/newfs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: newfs.c,v 1.98 2015/01/16 06:40:00 deraadt Exp $ */
+/* $OpenBSD: newfs.c,v 1.99 2015/01/20 18:22:21 deraadt Exp $ */
/* $NetBSD: newfs.c,v 1.20 1996/05/16 07:13:03 thorpej Exp $ */
/*
@@ -39,7 +39,7 @@
* SUCH DAMAGE.
*/
-#include <sys/param.h> /* MAXFRAG DEV_BSIZE MAXBSIZE */
+#include <sys/param.h> /* DEV_BSIZE MAXBSIZE */
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>