summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/config/main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/config/main.c b/usr.sbin/config/main.c
index bbe27949895..e7db69b3d73 100644
--- a/usr.sbin/config/main.c
+++ b/usr.sbin/config/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.6 1996/09/12 07:51:17 mickey Exp $ */
+/* $OpenBSD: main.c,v 1.7 1996/09/13 04:25:41 mickey Exp $ */
/* $NetBSD: main.c,v 1.17 1996/03/17 11:50:13 cgd Exp $ */
/*
@@ -59,7 +59,6 @@ static char copyright[] =
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <machine/disklabel.h>
#include "config.h"
int firstfile __P((const char *));
@@ -146,7 +145,6 @@ usage:
*/
minmaxusers = 1;
maxmaxusers = 10000;
- maxpartitions = MAXPARTITIONS;
initintern();
initfiles();
initsem();