summaryrefslogtreecommitdiff
path: root/sys/src/cmd/cwfs/all.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2017-03-06 03:07:03 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2017-03-06 03:07:03 +0100
commit5fc5c18208546c77f2c279f7f6acf6b01a2d2645 (patch)
treead65e67be11351837e2e0dd6fb2ef8d05085d9a6 /sys/src/cmd/cwfs/all.h
parent5c6a03f4f417d00a6d169cfc9c7e6efae17f4e5e (diff)
cwfs: handle DMTMP flag in create
Diffstat (limited to 'sys/src/cmd/cwfs/all.h')
-rw-r--r--sys/src/cmd/cwfs/all.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/src/cmd/cwfs/all.h b/sys/src/cmd/cwfs/all.h
index 4c358ba78..418d15f55 100644
--- a/sys/src/cmd/cwfs/all.h
+++ b/sys/src/cmd/cwfs/all.h
@@ -25,13 +25,6 @@ enum {
QPROOT = 1,
QPSUPER = 2,
- /*
- * perm argument in 9P create
- */
- PDIR = 1L<<31, /* is a directory */
- PAPND = 1L<<30, /* is append only */
- PLOCK = 1L<<29, /* is locked on open */
-
FID1 = 1,
FID2 = 2,