summaryrefslogtreecommitdiff
path: root/sys/src/cmd/upas/fs/dat.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/src/cmd/upas/fs/dat.h')
-rw-r--r--sys/src/cmd/upas/fs/dat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/upas/fs/dat.h b/sys/src/cmd/upas/fs/dat.h
index 58128644e..3e3fb48bb 100644
--- a/sys/src/cmd/upas/fs/dat.h
+++ b/sys/src/cmd/upas/fs/dat.h
@@ -7,6 +7,7 @@ enum {
Cheader = 1<<2,
Cbody = 1<<3,
Cnew = 1<<4,
+ Cmod = 1<<5,
/* encodings */
Enone= 0,