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.102
details: https://anonhg.NetBSD.org/src/rev/2372bad076fd
branches: trunk
changeset: 371992:2372bad076fd
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Mon Oct 24 08:14:11 2022 +0000
description:
Welcome to 9.99.102
- Increase the size of dl_data[] from 12 to 24.
- Make ifq_drops in struct ifqueue and struct ifaltq 64 bit.
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 682ff5fbd2f4 -r 2372bad076fd sys/sys/param.h
--- a/sys/sys/param.h Mon Oct 24 08:11:24 2022 +0000
+++ b/sys/sys/param.h Mon Oct 24 08:14:11 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.714 2022/10/11 09:52:49 knakahara Exp $ */
+/* $NetBSD: param.h,v 1.715 2022/10/24 08:14:11 msaitoh Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 999010100 /* NetBSD 9.99.101 */
+#define __NetBSD_Version__ 999010200 /* NetBSD 9.99.102 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index