tchange corrupt type - 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 d3232caf63ede13732594f455f11909000817c9a
(DIR) parent 6cc8155b4944fc1db2a5a8d9263cc4953c764b47
(HTM) Author: rsc <devnull@localhost>
Date: Mon, 14 Jun 2004 21:43:32 +0000
change corrupt type
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@@ -80,8 +80,8 @@ enum
VtDirType = 1<<3,
/* VtDirType+1, ... */
VtRootType = 2<<3,
- VtCorruptType,
VtMaxType,
+ VtCorruptType = 0xFF,
VtTypeDepthMask = 7,
VtTypeBaseMask = ~VtTypeDepthMask,