NetBSD 9.99.41 - struct lwp changed for LOCKDEBUG

This commit is contained in:
ad 2020-01-21 22:08:41 +00:00
parent 090ebf9cc8
commit 193a0504a9
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.643 2020/01/21 02:37:16 pgoyette Exp $ */
/* $NetBSD: param.h,v 1.644 2020/01/21 22:08:41 ad Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
#define __NetBSD_Version__ 999004000 /* NetBSD 9.99.40 */
#define __NetBSD_Version__ 999004100 /* NetBSD 9.99.41 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)