summaryrefslogtreecommitdiff
path: root/sbin/disklabel/editor.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/disklabel/editor.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/disklabel/editor.c')
-rw-r--r--sbin/disklabel/editor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/disklabel/editor.c b/sbin/disklabel/editor.c
index ea34c2ea6ef..0ef37d5b7cd 100644
--- a/sbin/disklabel/editor.c
+++ b/sbin/disklabel/editor.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: editor.c,v 1.290 2015/01/16 20:21:40 miod Exp $ */
+/* $OpenBSD: editor.c,v 1.291 2015/01/20 18:22:20 deraadt Exp $ */
/*
* Copyright (c) 1997-2000 Todd C. Miller <Todd.Miller@courtesan.com>
@@ -16,7 +16,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <sys/param.h> /* MAXBSIZE DEV_BSIZE MAXFRAG */
+#include <sys/param.h> /* MAXBSIZE DEV_BSIZE */
#include <sys/types.h>
#include <sys/signal.h>
#include <sys/stat.h>