From 333c1dccc2f9af67b9c3d8513cca492d022fab4f Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 13 Mar 2004 04:35:13 +0000 Subject: Add binary fraction tree index. The old index code is still supported too. Buildindex and checkindex need to be revisited, though they should be easy to adapt. --- src/cmd/venti/part.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/venti/part.c') diff --git a/src/cmd/venti/part.c b/src/cmd/venti/part.c index 8a162958..66e6c79a 100644 --- a/src/cmd/venti/part.c +++ b/src/cmd/venti/part.c @@ -2,7 +2,7 @@ #include "dat.h" #include "fns.h" -#define trace 0 +#define trace 1 u32int maxblocksize; int readonly; -- cgit v1.2.3