Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/config Revert MAXUSERS. CVS is hard.
details: https://anonhg.NetBSD.org/src/rev/963402487b12
branches: trunk
changeset: 340257:963402487b12
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Sat Aug 29 13:34:21 2015 +0000
description:
Revert MAXUSERS. CVS is hard.
diffstat:
usr.bin/config/main.c | 11 ++---------
1 files changed, 2 insertions(+), 9 deletions(-)
diffs (32 lines):
diff -r d96dec4843fd -r 963402487b12 usr.bin/config/main.c
--- a/usr.bin/config/main.c Sat Aug 29 12:24:00 2015 +0000
+++ b/usr.bin/config/main.c Sat Aug 29 13:34:21 2015 +0000
@@ -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 @@
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) {
Home |
Main Index |
Thread Index |
Old Index