mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
change corrupt type
This commit is contained in:
parent
6cc8155b49
commit
d3232caf63
1 changed files with 1 additions and 1 deletions
|
@ -80,8 +80,8 @@ enum
|
|||
VtDirType = 1<<3,
|
||||
/* VtDirType+1, ... */
|
||||
VtRootType = 2<<3,
|
||||
VtCorruptType,
|
||||
VtMaxType,
|
||||
VtCorruptType = 0xFF,
|
||||
|
||||
VtTypeDepthMask = 7,
|
||||
VtTypeBaseMask = ~VtTypeDepthMask,
|
||||
|
|
Loading…
Reference in a new issue