Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpcmips/conf change maxusers 8 -> 10.



details:   https://anonhg.NetBSD.org/src/rev/be62c98e7be6
branches:  trunk
changeset: 509459:be62c98e7be6
user:      shin <shin%NetBSD.org@localhost>
date:      Sat May 05 05:04:27 2001 +0000

description:
change maxusers 8 -> 10.
without this change, 'make build' will fail.

diffstat:

 sys/arch/hpcmips/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r b297c0135329 -r be62c98e7be6 sys/arch/hpcmips/conf/GENERIC
--- a/sys/arch/hpcmips/conf/GENERIC     Sat May 05 02:20:53 2001 +0000
+++ b/sys/arch/hpcmips/conf/GENERIC     Sat May 05 05:04:27 2001 +0000
@@ -2,13 +2,13 @@
 # Distribution kernel (NEC VR based model) kernel config file
 
 #
-#      $NetBSD: GENERIC,v 1.88 2001/04/21 15:56:55 sato Exp $
+#      $NetBSD: GENERIC,v 1.89 2001/05/05 05:04:27 shin Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
-#ident                 "GENERIC-$Revision: 1.88 $"
+#ident                 "GENERIC-$Revision: 1.89 $"
 
-maxusers       8
+maxusers       10
 
 options        MIPS3                   # R4000/R4400/R4600 CPUs
 



Home | Main Index | Thread Index | Old Index