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/89eb25fcef35
branches:  trunk
changeset: 1021382:89eb25fcef35
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 e4cff71efa7d -r 89eb25fcef35 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 @@
 # (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