Module Name: src Committed By: yamt Date: Fri Apr 17 02:38:26 UTC 2009
Modified Files: src/sys/sys: param.h Log Message: bump to 5.99.11 for the recent change of KAUTH_ constants. To generate a diff of this commit: cvs rdiff -u -r1.343 -r1.344 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.343 src/sys/sys/param.h:1.344 --- src/sys/sys/param.h:1.343 Sat Apr 4 10:13:30 2009 +++ src/sys/sys/param.h Fri Apr 17 02:38:26 2009 @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.343 2009/04/04 10:13:30 ad Exp $ */ +/* $NetBSD: param.h,v 1.344 2009/04/17 02:38:26 yamt Exp $ */ /*- * Copyright (c) 1982, 1986, 1989, 1993 @@ -63,7 +63,7 @@ * 2.99.9 (299000900) */ -#define __NetBSD_Version__ 599001000 /* NetBSD 5.99.10 */ +#define __NetBSD_Version__ 599001100 /* NetBSD 5.99.11 */ #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \ (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)