Module Name: src Committed By: yamaguchi Date: Thu Sep 30 04:36:25 UTC 2021
Modified Files: src/sys/sys: param.h Log Message: Bump the version for struct ifnet and ethercom changes Welcome to 9.99.90 To generate a diff of this commit: cvs rdiff -u -r1.702 -r1.703 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.702 src/sys/sys/param.h:1.703 --- src/sys/sys/param.h:1.702 Sun Sep 26 01:16:10 2021 +++ src/sys/sys/param.h Thu Sep 30 04:36:25 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.702 2021/09/26 01:16:10 thorpej Exp $ */ +/* $NetBSD: param.h,v 1.703 2021/09/30 04:36:25 yamaguchi Exp $ */ /*- * Copyright (c) 1982, 1986, 1989, 1993 @@ -67,7 +67,7 @@ * 2.99.9 (299000900) */ -#define __NetBSD_Version__ 999008900 /* NetBSD 9.99.89 */ +#define __NetBSD_Version__ 999009000 /* NetBSD 9.99.90 */ #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \ (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)