Welcome to 3.99.22 (getfh(2)/vfs_composefh changed)

This commit is contained in:
martin 2006-07-13 12:01:48 +00:00
parent a3b5baed42
commit 1db12186aa
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.233 2006/06/07 22:34:18 kardel Exp $ */
/* $NetBSD: param.h,v 1.234 2006/07/13 12:01:48 martin Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
#define __NetBSD_Version__ 399002100 /* NetBSD 3.99.21 */
#define __NetBSD_Version__ 399002200 /* NetBSD 3.99.22 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) >= __NetBSD_Version__)