Module Name:    src
Committed By:   msaitoh
Date:           Mon Nov  7 08:35:57 UTC 2022

Modified Files:
        src/sys/sys: param.h

Log Message:
Welcome to 9.99.106

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


To generate a diff of this commit:
cvs rdiff -u -r1.718 -r1.719 src/sys/sys/param.h

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

Modified files:

Index: src/sys/sys/param.h
diff -u src/sys/sys/param.h:1.718 src/sys/sys/param.h:1.719
--- src/sys/sys/param.h:1.718	Fri Nov  4 09:06:25 2022
+++ src/sys/sys/param.h	Mon Nov  7 08:35:57 2022
@@ -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__)

Reply via email to