Module Name:    src
Committed By:   yamaguchi
Date:           Mon Jun 20 08:38:56 UTC 2022

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.710 -r1.711 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.710 src/sys/sys/param.h:1.711
--- src/sys/sys/param.h:1.710	Sun May 22 21:31:48 2022
+++ src/sys/sys/param.h	Mon Jun 20 08:38:56 2022
@@ -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__)

Reply via email to