diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-03-06 03:07:03 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-03-06 03:07:03 +0100 |
commit | 5fc5c18208546c77f2c279f7f6acf6b01a2d2645 (patch) | |
tree | ad65e67be11351837e2e0dd6fb2ef8d05085d9a6 /sys/src/cmd/cwfs/all.h | |
parent | 5c6a03f4f417d00a6d169cfc9c7e6efae17f4e5e (diff) |
cwfs: handle DMTMP flag in create
Diffstat (limited to 'sys/src/cmd/cwfs/all.h')
-rw-r--r-- | sys/src/cmd/cwfs/all.h | 7 |
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, |