summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/mkoptions.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-04-18 13:36:29 +0000
committerpeter <peter@FreeBSD.org>1999-04-18 13:36:29 +0000
commite0200a9fdea9ada7eb6f9af2ac7b63fcf5112e61 (patch)
treeccd7a5789ca34e7c46920f962ce52077a7c1d1c6 /usr.sbin/config/mkoptions.c
parent219dec9bd389788fb4eb631f353e772a61532626 (diff)
downloadFreeBSD-src-e0200a9fdea9ada7eb6f9af2ac7b63fcf5112e61.zip
FreeBSD-src-e0200a9fdea9ada7eb6f9af2ac7b63fcf5112e61.tar.gz
Further cleanups. i386_ioconf.c and alpha_ioconf.c were essentially the
same and were merged into a single newbus_ioconf.c. CG'd some more unused code.
Diffstat (limited to 'usr.sbin/config/mkoptions.c')
-rw-r--r--usr.sbin/config/mkoptions.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/config/mkoptions.c b/usr.sbin/config/mkoptions.c
index 25519a2..a32f190 100644
--- a/usr.sbin/config/mkoptions.c
+++ b/usr.sbin/config/mkoptions.c
@@ -37,7 +37,7 @@
static char sccsid[] = "@(#)mkheaders.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$Id: mkoptions.c,v 1.8 1998/07/12 08:10:33 bde Exp $";
+ "$Id: mkoptions.c,v 1.9 1999/04/17 14:41:40 peter Exp $";
#endif /* not lint */
/*
@@ -89,7 +89,7 @@ options()
/* Initialize `maxusers'. */
if ((unsigned)machine > NUSERS) {
- printf("maxusers config info isn't present, using vax\n");
+ printf("maxusers config info isn't present, using i386\n");
up = &users[MACHINE_I386 - 1];
} else
up = &users[machine - 1];
OpenPOWER on IntegriCloud