From 27824a6c0b805cf5bd819d904d8eba186b489012 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Fri, 6 Sep 2019 11:55:35 -0700 Subject: sys/src/libventi: define VtEntryNoArchive constant --- sys/include/venti.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/include/venti.h b/sys/include/venti.h index 3599c348f..e4677c1a3 100644 --- a/sys/include/venti.h +++ b/sys/include/venti.h @@ -134,7 +134,8 @@ enum _VtEntryDir = 1<<1, /* a directory */ _VtEntryDepthShift = 2, /* shift for pointer depth */ _VtEntryDepthMask = 7<<2, /* mask for pointer depth */ - VtEntryLocal = 1<<5 /* for local storage only */ + VtEntryLocal = 1<<5, /* for local storage only */ + VtEntryNoArchive = 1<<6 /* for local storage only */ }; enum { -- cgit v1.2.3