From: Ben Gras Date: Tue, 20 Jan 2009 13:43:18 +0000 (+0000) Subject: sanity check function X-Git-Tag: v3.1.4~130 X-Git-Url: http://zhaoyanbai.com/repos/html/index.html?a=commitdiff_plain;h=86e7e4828eb11044bd5edcb645f46aea166aceb2;p=minix.git sanity check function --- diff --git a/servers/vfs/vnode.c b/servers/vfs/vnode.c index 428b1cda7..174471ed5 100644 --- a/servers/vfs/vnode.c +++ b/servers/vfs/vnode.c @@ -165,7 +165,7 @@ int line; vp->v_file= file; vp->v_line= line; } - +#endif /*===========================================================================* * check_vrefs * @@ -260,4 +260,3 @@ PUBLIC int check_vrefs() } return !bad; } -#endif