tcleanup - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 88dc23aedf161a1a060b9dfc0ab7917ce39ca08e
 (DIR) parent 5aff4778b83fef85a3eab51c6ab807ba15fc200b
 (HTM) Author: rsc <devnull@localhost>
       Date:   Wed, 13 Jul 2005 13:34:57 +0000
       
       cleanup
       
       Diffstat:
         M include/venti.h                     |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/include/venti.h b/include/venti.h
       t@@ -416,7 +416,7 @@ struct VtBlock
        u32int vtglobaltolocal(uchar[VtScoreSize]);
        void vtlocaltoglobal(u32int, uchar[VtScoreSize]);
        
       -VtCache *vtcachealloc(VtConn*, int blocksize, ulong nblocks, int mode);
       +VtCache *vtcachealloc(VtConn*, int blocksize, ulong nblocks);
        void vtcachefree(VtCache*);
        VtBlock *vtcachelocal(VtCache*, u32int addr, int type);
        VtBlock *vtcacheglobal(VtCache*, uchar[VtScoreSize], int type);