NetBSD 9.99.36 - scheduler changes
This commit is contained in:
parent
9fa0c92ad0
commit
0ba41c3f95
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: param.h,v 1.636 2020/01/08 14:04:06 ad Exp $ */
|
||||
/* $NetBSD: param.h,v 1.637 2020/01/10 09:47:19 ad Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1982, 1986, 1989, 1993
|
||||
@ -67,7 +67,7 @@
|
||||
* 2.99.9 (299000900)
|
||||
*/
|
||||
|
||||
#define __NetBSD_Version__ 999003500 /* NetBSD 9.99.35 */
|
||||
#define __NetBSD_Version__ 999003600 /* NetBSD 9.99.36 */
|
||||
|
||||
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
|
||||
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
|
||||
|
Loading…
Reference in New Issue
Block a user