Welcome to 7.99.19!

Cumulative bump for recent mqueue, sigqueue and modctl changes to support
netbsd32 emulation.
This commit is contained in:
martin 2015-06-20 14:44:56 +00:00
parent 4c145ea87f
commit 5c8d981967

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.480 2015/05/21 22:24:24 rtr Exp $ */
/* $NetBSD: param.h,v 1.481 2015/06/20 14:44:56 martin Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
#define __NetBSD_Version__ 799001800 /* NetBSD 7.99.18 */
#define __NetBSD_Version__ 799001900 /* NetBSD 7.99.19 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)