bump kernel version to 3.99.20 for kauth(9) changes; prompted by agc@.

This commit is contained in:
elad 2006-05-16 19:45:23 +00:00
parent aa1b731e45
commit ea814d23e6

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.231 2006/05/05 18:28:19 thorpej Exp $ */
/* $NetBSD: param.h,v 1.232 2006/05/16 19:45:23 elad Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
#define __NetBSD_Version__ 399001900 /* NetBSD 3.99.19 */
#define __NetBSD_Version__ 399002000 /* NetBSD 3.99.20 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) >= __NetBSD_Version__)