Module Name: src Committed By: pgoyette Date: Wed Aug 7 00:39:23 UTC 2019
Modified Files: src/sys/sys: param.h Log Message: Welcome to 9.99.4 (the module sysctl stuff changes struct module, so be safe and bump the kernel version). To generate a diff of this commit: cvs rdiff -u -r1.602 -r1.603 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.602 src/sys/sys/param.h:1.603 --- src/sys/sys/param.h:1.602 Tue Aug 6 00:19:57 2019 +++ src/sys/sys/param.h Wed Aug 7 00:39:23 2019 @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.602 2019/08/06 00:19:57 mrg Exp $ */ +/* $NetBSD: param.h,v 1.603 2019/08/07 00:39:23 pgoyette Exp $ */ /*- * Copyright (c) 1982, 1986, 1989, 1993 @@ -67,7 +67,7 @@ * 2.99.9 (299000900) */ -#define __NetBSD_Version__ 999000300 /* NetBSD 9.99.3 */ +#define __NetBSD_Version__ 999000400 /* NetBSD 9.99.4 */ #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \ (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)