Bump minor number for removal of kauth_access_action(), as per
http://mail-index.netbsd.org/source-changes/2013/03/18/msg042340.html Welcome to 6.99.18
This commit is contained in:
parent
1386c00816
commit
be29c2f19e
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: param.h,v 1.426 2013/03/18 13:36:23 para Exp $ */
|
||||
/* $NetBSD: param.h,v 1.427 2013/03/21 20:05:56 plunky Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1982, 1986, 1989, 1993
|
||||
@ -63,7 +63,7 @@
|
||||
* 2.99.9 (299000900)
|
||||
*/
|
||||
|
||||
#define __NetBSD_Version__ 699001700 /* NetBSD 6.99.17 */
|
||||
#define __NetBSD_Version__ 699001800 /* NetBSD 6.99.18 */
|
||||
|
||||
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
|
||||
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
|
||||
|
Loading…
Reference in New Issue
Block a user