Welcome to 6.99.7, courtesy of genfs_rename.

ok martin
This commit is contained in:
riastradh 2012-05-10 07:48:07 +00:00
parent 4501565ba1
commit 3dd1359b89

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.414 2012/04/29 16:36:54 dsl Exp $ */
/* $NetBSD: param.h,v 1.415 2012/05/10 07:48:07 riastradh Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
#define __NetBSD_Version__ 699000600 /* NetBSD 6.99.6 */
#define __NetBSD_Version__ 699000700 /* NetBSD 6.99.7 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)