Module Name: src Committed By: riastradh Date: Tue Aug 27 00:57:35 UTC 2024
Modified Files: src/sys/sys: param.h Log Message: sys/param.h: Welcome to 10.99.12! Courtesy of entropy_consolidate's new return value, telling the caller whether it was interrupted by a signal or not. To generate a diff of this commit: cvs rdiff -u -r1.734 -r1.735 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.734 src/sys/sys/param.h:1.735 --- src/sys/sys/param.h:1.734 Sat Jun 29 13:04:20 2024 +++ src/sys/sys/param.h Tue Aug 27 00:57:35 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.734 2024/06/29 13:04:20 riastradh Exp $ */ +/* $NetBSD: param.h,v 1.735 2024/08/27 00:57:35 riastradh Exp $ */ /*- * Copyright (c) 1982, 1986, 1989, 1993 @@ -67,7 +67,7 @@ * 2.99.9 (299000900) */ -#define __NetBSD_Version__ 1099001100 /* NetBSD 10.99.11 */ +#define __NetBSD_Version__ 1099001200 /* NetBSD 10.99.12 */ #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \ (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)