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.98
details: https://anonhg.NetBSD.org/src/rev/1135b3611810
branches: trunk
changeset: 367261:1135b3611810
user: yamaguchi <yamaguchi%NetBSD.org@localhost>
date: Mon Jun 20 08:38:56 2022 +0000
description:
Welcome to 9.99.98
- changed the prototype of if_vlan_vlan_input_hook.
- added if_bpf_mtap to struct ifnet to treat vlan frames
stripped by hardware offloading.
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 26826f19b738 -r 1135b3611810 sys/sys/param.h
--- a/sys/sys/param.h Mon Jun 20 08:20:09 2022 +0000
+++ b/sys/sys/param.h Mon Jun 20 08:38:56 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.710 2022/05/22 21:31:48 riastradh Exp $ */
+/* $NetBSD: param.h,v 1.711 2022/06/20 08:38:56 yamaguchi Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 999009700 /* NetBSD 9.99.97 */
+#define __NetBSD_Version__ 999009800 /* NetBSD 9.99.98 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index