Sat May 29 12:03:34 2021 UTC ()
Put the MSGBUFSIZE option in opt_param.h so that changes of its setting
in kernel config files will be picked up automatically without needing
a "make clean".  Added to opt_param.h since ports define their default
MSGBUFSIZE settings in their <arch/include/param.h> (or equivalent).


(simonb)
diff -r1.1284 -r1.1285 src/sys/conf/files

cvs diff -r1.1284 -r1.1285 src/sys/conf/files (expand / switch to context diff)
--- src/sys/conf/files 2021/05/19 03:44:46 1.1284
+++ src/sys/conf/files 2021/05/29 12:03:34 1.1285
@@ -1,4 +1,4 @@
-#	$NetBSD: files,v 1.1284 2021/05/19 03:44:46 yamaguchi Exp $
+#	$NetBSD: files,v 1.1285 2021/05/29 12:03:34 simonb Exp $
 #	@(#)files.newconf	7.5 (Berkeley) 5/10/93
 
 version 	20171118
@@ -18,6 +18,7 @@
 # (note, these are case-sensitive)
 #
 defparam opt_param.h		MAXUSERS
+defparam opt_param.h		MSGBUFSIZE
 defflag				INSECURE
 defflag				KTRACE
 defflag				MBUFTRACE