Welcome to 4.99.14 , New compat LKMs wont load in old kernels due to
changes in the way sys_stat() etc is now done.
This commit is contained in:
parent
893faeae9e
commit
828a0cec1b
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: param.h,v 1.255 2007/02/26 12:43:47 yamt Exp $ */
|
||||
/* $NetBSD: param.h,v 1.256 2007/03/10 21:47:03 dsl Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1982, 1986, 1989, 1993
|
||||
|
@ -63,7 +63,7 @@
|
|||
* 2.99.9 (299000900)
|
||||
*/
|
||||
|
||||
#define __NetBSD_Version__ 499001300 /* NetBSD 4.99.13 */
|
||||
#define __NetBSD_Version__ 499001400 /* NetBSD 4.99.14 */
|
||||
|
||||
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
|
||||
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
|
||||
|
|
Loading…
Reference in New Issue