From: mickey Date: Fri, 13 Sep 1996 04:25:41 +0000 (+0000) Subject: remove mapartitions default. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1500b905f87edddd6cd13ced3d579f87a4bd96d3;p=openbsd remove mapartitions default. --- 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 #include #include -#include #include "config.h" int firstfile __P((const char *)); @@ -146,7 +145,6 @@ usage: */ minmaxusers = 1; maxmaxusers = 10000; - maxpartitions = MAXPARTITIONS; initintern(); initfiles(); initsem();