URI: 
       tunused bb - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit cd27286eb1bb042e10c4ac5ae3e8e2ccaf94a1a3
   DIR parent 02846514a3170314bde9ac4678a2e9cdf153c695
  HTML Author: rsc <devnull@localhost>
       Date:   Fri,  5 May 2006 15:06:56 +0000
       
       unused bb
       
       Diffstat:
         M src/libdiskfs/venti.c               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/src/libdiskfs/venti.c b/src/libdiskfs/venti.c
       t@@ -81,7 +81,7 @@ nfilereads++;
        VtBlock*
        _vtfileblock(VtCache *c, VtEntry *e, u32int bn)
        {
       -        VtBlock *b, *bb;
       +        VtBlock *b;
                int i, d, index[VtPointerDepth+1], t;
                uchar score[VtScoreSize];