From e0200a9fdea9ada7eb6f9af2ac7b63fcf5112e61 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 18 Apr 1999 13:36:29 +0000 Subject: 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. --- usr.sbin/config/mkoptions.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/config/mkoptions.c') 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]; -- cgit v1.1