Bump kernel version to 5.99.02 for ifioctl changes.
This commit is contained in:
parent
90a821d0b5
commit
4c565dbf95
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: param.h,v 1.331 2008/10/31 00:12:51 matt Exp $ */
|
||||
/* $NetBSD: param.h,v 1.332 2008/11/13 20:24:17 dyoung Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1982, 1986, 1989, 1993
|
||||
@ -63,7 +63,7 @@
|
||||
* 2.99.9 (299000900)
|
||||
*/
|
||||
|
||||
#define __NetBSD_Version__ 599000100 /* NetBSD 5.99.01 */
|
||||
#define __NetBSD_Version__ 599000200 /* NetBSD 5.99.02 */
|
||||
|
||||
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
|
||||
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
|
||||
|
Loading…
Reference in New Issue
Block a user