From c4de3009aff4fabc6499182d869ebb75326a90b2 Mon Sep 17 00:00:00 2001 From: pooka Date: Mon, 26 Nov 2007 19:04:28 +0000 Subject: [PATCH] 4.99.38: struct lwp gone from VFS/VOP interfaces --- sys/sys/param.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/param.h b/sys/sys/param.h index 374c70adaf6d..e32acaee3cbe 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.286 2007/11/21 10:20:55 yamt Exp $ */ +/* $NetBSD: param.h,v 1.287 2007/11/26 19:04:28 pooka Exp $ */ /*- * Copyright (c) 1982, 1986, 1989, 1993 @@ -63,7 +63,7 @@ * 2.99.9 (299000900) */ -#define __NetBSD_Version__ 499003700 /* NetBSD 4.99.37 */ +#define __NetBSD_Version__ 499003800 /* NetBSD 4.99.38 */ #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \ (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)