NetBSD 4.99.16 - struct lwp changed.
This commit is contained in:
parent
fed1793605
commit
6594c9ccdc
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: param.h,v 1.257 2007/03/12 18:20:55 ad Exp $ */
|
||||
/* $NetBSD: param.h,v 1.258 2007/03/21 18:28:13 ad Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1982, 1986, 1989, 1993
|
||||
@ -63,7 +63,7 @@
|
||||
* 2.99.9 (299000900)
|
||||
*/
|
||||
|
||||
#define __NetBSD_Version__ 499001500 /* NetBSD 4.99.15 */
|
||||
#define __NetBSD_Version__ 499001600 /* NetBSD 4.99.16 */
|
||||
|
||||
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
|
||||
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
|
||||
|
Loading…
Reference in New Issue
Block a user