Module Name: src Committed By: christos Date: Sun Jun 13 03:07:57 UTC 2021
Modified Files: src/sys/sys: param.h Log Message: bump, something changed and the kernel does not boot with .84 modules. To generate a diff of this commit: cvs rdiff -u -r1.694 -r1.695 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.694 src/sys/sys/param.h:1.695 --- src/sys/sys/param.h:1.694 Wed Jun 9 11:49:57 2021 +++ src/sys/sys/param.h Sat Jun 12 23:07:57 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.694 2021/06/09 15:49:57 martin Exp $ */ +/* $NetBSD: param.h,v 1.695 2021/06/13 03:07:57 christos Exp $ */ /*- * Copyright (c) 1982, 1986, 1989, 1993 @@ -67,7 +67,7 @@ * 2.99.9 (299000900) */ -#define __NetBSD_Version__ 999008400 /* NetBSD 9.99.84 */ +#define __NetBSD_Version__ 999008500 /* NetBSD 9.99.84 */ #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \ (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)