]> Zhao Yanbai Git Server - minix.git/commitdiff
sanity check function
authorBen Gras <ben@minix3.org>
Tue, 20 Jan 2009 13:43:18 +0000 (13:43 +0000)
committerBen Gras <ben@minix3.org>
Tue, 20 Jan 2009 13:43:18 +0000 (13:43 +0000)
servers/vfs/vnode.c

index 428b1cda7a097fdbb04e6a6adc1fbdfff5e6c849..174471ed5971892a74d5dc4cd915a0170e0a253f 100644 (file)
@@ -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