From d3232caf63ede13732594f455f11909000817c9a Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 14 Jun 2004 21:43:32 +0000 Subject: change corrupt type --- include/venti.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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, -- cgit v1.2.3