NetBSD 9.99.24 - UVM changes
This commit is contained in:
parent
cefdfaf445
commit
628e14429e
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: param.h,v 1.624 2019/12/12 22:55:20 pgoyette Exp $ */
|
||||
/* $NetBSD: param.h,v 1.625 2019/12/13 20:50:08 ad Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1982, 1986, 1989, 1993
|
||||
@ -67,7 +67,7 @@
|
||||
* 2.99.9 (299000900)
|
||||
*/
|
||||
|
||||
#define __NetBSD_Version__ 999002300 /* NetBSD 9.99.23 */
|
||||
#define __NetBSD_Version__ 999002400 /* NetBSD 9.99.24 */
|
||||
|
||||
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
|
||||
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
|
||||
|
Loading…
Reference in New Issue
Block a user