Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/conf Put the MSGBUFSIZE option in opt_param.h so that ch...
details: https://anonhg.NetBSD.org/src/rev/7e9b82acefa8
branches: trunk
changeset: 379351:7e9b82acefa8
user: simonb <simonb%NetBSD.org@localhost>
date: Sat May 29 12:03:34 2021 +0000
description:
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).
diffstat:
sys/conf/files | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r fb5a6f1bc7a1 -r 7e9b82acefa8 sys/conf/files
--- a/sys/conf/files Sat May 29 10:48:23 2021 +0000
+++ b/sys/conf/files Sat May 29 12:03:34 2021 +0000
@@ -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 @@ devclass bus
# (note, these are case-sensitive)
#
defparam opt_param.h MAXUSERS
+defparam opt_param.h MSGBUFSIZE
defflag INSECURE
defflag KTRACE
defflag MBUFTRACE
Home |
Main Index |
Thread Index |
Old Index