tlibventi: add VtEntryNoArchive from liboventi, for use with fossil - 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 91b0ee088e6c249478a21c43bf1fd4484d8d76d5
 (DIR) parent 338bd4bb79e79b3df1aaed0ed9d78d3989f4c1f7
 (HTM) Author: David du Colombier <0intro@gmail.com>
       Date:   Tue,  8 Nov 2011 11:46:49 -0500
       
       libventi: add VtEntryNoArchive from liboventi, for use with fossil
       
       R=rsc
       CC=plan9port.codebot
       http://codereview.appspot.com/5298088
       
       Diffstat:
         M include/venti.h                     |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/include/venti.h b/include/venti.h
       t@@ -139,6 +139,7 @@ enum
                _VtEntryDepthMask = 7<<2,        /* mask for pointer depth */
                VtEntryLocal = 1<<5,                /* for local storage only */
                _VtEntryBig = 1<<6,
       +        VtEntryNoArchive = 1<<7,        /* for local storage only */
        };
        enum
        {