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.103.



details:   https://anonhg.NetBSD.org/src/rev/2830ca633ef2
branches:  trunk
changeset: 372108:2830ca633ef2
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Oct 27 00:26:20 2022 +0000

description:
Welcome(?) to 9.99.103.

 - Revert dl_data[] size change.

diffstat:

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

diffs (18 lines):

diff -r dc0bd77f3cbd -r 2830ca633ef2 sys/sys/param.h
--- a/sys/sys/param.h   Thu Oct 27 00:25:11 2022 +0000
+++ b/sys/sys/param.h   Thu Oct 27 00:26:20 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.715 2022/10/24 08:14:11 msaitoh Exp $      */
+/*     $NetBSD: param.h,v 1.716 2022/10/27 00:26:20 msaitoh Exp $      */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      999010200       /* NetBSD 9.99.102 */
+#define        __NetBSD_Version__      999010300       /* NetBSD 9.99.103 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index