Module Name: src Committed By: yamaguchi Date: Wed Jun 2 01:48:08 UTC 2021
Modified Files: src/sys/sys: param.h Log Message: NetBSD 9.99.83 - struct ifnet adds 'if_lagg' field To generate a diff of this commit: cvs rdiff -u -r1.692 -r1.693 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.692 src/sys/sys/param.h:1.693 --- src/sys/sys/param.h:1.692 Sat Apr 24 23:40:16 2021 +++ src/sys/sys/param.h Wed Jun 2 01:48:08 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.692 2021/04/24 23:40:16 thorpej Exp $ */ +/* $NetBSD: param.h,v 1.693 2021/06/02 01:48:08 yamaguchi Exp $ */ /*- * Copyright (c) 1982, 1986, 1989, 1993 @@ -67,7 +67,7 @@ * 2.99.9 (299000900) */ -#define __NetBSD_Version__ 999008200 /* NetBSD 9.99.82 */ +#define __NetBSD_Version__ 999008300 /* NetBSD 9.99.83 */ #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \ (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)