4.99.52 - vnode, mount locking changes

This commit is contained in:
ad 2008-01-30 12:19:22 +00:00
parent a4c23df6ce
commit ef1a8a69fc
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.303 2008/01/28 15:38:13 pooka Exp $ */
/* $NetBSD: param.h,v 1.304 2008/01/30 12:19:22 ad Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
#define __NetBSD_Version__ 499005100 /* NetBSD 4.99.51 */
#define __NetBSD_Version__ 499005200 /* NetBSD 4.99.52 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)