diff options
| -rw-r--r-- | sys/include/venti.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |
