Module Name:    src
Committed By:   dyoung
Date:           Sun Jul 17 01:35:01 UTC 2011

Modified Files:
        src/sys/arch/evbmips/conf: AP30

Log Message:
Increase SYMTAB_SPACE.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/evbmips/conf/AP30

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbmips/conf/AP30
diff -u src/sys/arch/evbmips/conf/AP30:1.20 src/sys/arch/evbmips/conf/AP30:1.21
--- src/sys/arch/evbmips/conf/AP30:1.20	Thu Jun 30 20:09:29 2011
+++ src/sys/arch/evbmips/conf/AP30	Sun Jul 17 01:35:01 2011
@@ -1,10 +1,10 @@
-#	$NetBSD: AP30,v 1.20 2011/06/30 20:09:29 wiz Exp $
+#	$NetBSD: AP30,v 1.21 2011/07/17 01:35:01 dyoung Exp $
 
 include 	"arch/evbmips/conf/std.atheros"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"AP30-$Revision: 1.20 $"
+#ident 		"AP30-$Revision: 1.21 $"
 
 maxusers	32
 
@@ -45,7 +45,7 @@
 options 	DDB		# kernel dynamic debugger
 options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
 makeoptions 	DEBUG="-g"	# compile full symbol table
-options 	SYMTAB_SPACE=350000	# size for embedded symbol table
+options 	SYMTAB_SPACE=351000	# size for embedded symbol table
 
 # Compatibility options
 #options 	COMPAT_43	# compatibility with 4.3BSD binaries

Reply via email to