Module Name: src
Committed By: uebayasi
Date: Sat Aug 29 13:34:21 UTC 2015
Modified Files:
src/usr.bin/config: main.c
Log Message:
Revert MAXUSERS. CVS is hard.
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/usr.bin/config/main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/config/main.c
diff -u src/usr.bin/config/main.c:1.78 src/usr.bin/config/main.c:1.79
--- src/usr.bin/config/main.c:1.78 Sat Aug 29 07:24:49 2015
+++ src/usr.bin/config/main.c Sat Aug 29 13:34:21 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.78 2015/08/29 07:24:49 uebayasi Exp $ */
+/* $NetBSD: main.c,v 1.79 2015/08/29 13:34:21 uebayasi Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -45,7 +45,7 @@
#endif
#include <sys/cdefs.h>
-__RCSID("$NetBSD: main.c,v 1.78 2015/08/29 07:24:49 uebayasi Exp $");
+__RCSID("$NetBSD: main.c,v 1.79 2015/08/29 13:34:21 uebayasi Exp $");
#ifndef MAKE_BOOTSTRAP
#include <sys/cdefs.h>
@@ -429,13 +429,6 @@ main(int argc, char **argv)
stop();
/*
- * Fix maxusers.
- */
- char buf[32];
- snprintf(buf, sizeof(buf), "%d", maxusers);
- addoption(intern("MAXUSERS"), intern(buf));
-
- /*
* If working on an ioconf-only config, process here and exit
*/
if (ioconfname) {