Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Welcome to 9.99.106



details:   https://anonhg.NetBSD.org/src/rev/060b25b9d125
branches:  trunk
changeset: 372277:060b25b9d125
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Nov 07 08:35:57 2022 +0000

description:
Welcome to 9.99.106

 Increase the size of dl_data[] from 12 to 24.

diffstat:

 sys/sys/param.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 497088e31ac2 -r 060b25b9d125 sys/sys/param.h
--- a/sys/sys/param.h   Mon Nov 07 08:34:30 2022 +0000
+++ b/sys/sys/param.h   Mon Nov 07 08:35:57 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.718 2022/11/04 09:06:25 ozaki-r Exp $      */
+/*     $NetBSD: param.h,v 1.719 2022/11/07 08:35:57 msaitoh Exp $      */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      999010500       /* NetBSD 9.99.105 */
+#define        __NetBSD_Version__      999010600       /* NetBSD 9.99.106 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index