NetBSD 4.99.29 - change ktrace to be LKM friendly.

This commit is contained in:
ad 2007-08-15 12:10:33 +00:00
parent d3675885a8
commit c9bbf87b8f
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.272 2007/08/09 07:34:27 hannken Exp $ */ /* $NetBSD: param.h,v 1.273 2007/08/15 12:10:33 ad Exp $ */
/*- /*-
* Copyright (c) 1982, 1986, 1989, 1993 * Copyright (c) 1982, 1986, 1989, 1993
@ -63,7 +63,7 @@
* 2.99.9 (299000900) * 2.99.9 (299000900)
*/ */
#define __NetBSD_Version__ 499002800 /* NetBSD 4.99.28 */ #define __NetBSD_Version__ 499002900 /* NetBSD 4.99.29 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \ #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__) (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)