aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-06-14 21:43:32 +0000
committerrsc <devnull@localhost>2004-06-14 21:43:32 +0000
commitd3232caf63ede13732594f455f11909000817c9a (patch)
treef67e56aa73c72a6022e30873d6291efcfc6c19f2 /include
parent6cc8155b4944fc1db2a5a8d9263cc4953c764b47 (diff)
downloadplan9port-d3232caf63ede13732594f455f11909000817c9a.tar.gz
plan9port-d3232caf63ede13732594f455f11909000817c9a.tar.bz2
plan9port-d3232caf63ede13732594f455f11909000817c9a.zip
change corrupt type
Diffstat (limited to 'include')
-rw-r--r--include/venti.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/venti.h b/include/venti.h
index fb8f6c4c..e0ae8c60 100644
--- a/include/venti.h
+++ b/include/venti.h
@@ -80,8 +80,8 @@ enum
VtDirType = 1<<3,
/* VtDirType+1, ... */
VtRootType = 2<<3,
- VtCorruptType,
VtMaxType,
+ VtCorruptType = 0xFF,
VtTypeDepthMask = 7,
VtTypeBaseMask = ~VtTypeDepthMask,