diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-12-07 06:30:26 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-12-07 06:30:26 +0100 |
commit | 52b500af6185068233ff021b2160463192f69ef0 (patch) | |
tree | 9b814505c911590988910f4af3273362b3e4d154 /sys/src/cmd/cwfs/all.h | |
parent | 3bf1e0798b9d002801d5af114052474f08aa1c64 (diff) |
cwfs: make none attach work
allow attach as none. (this was supposed to work but it
doesnt for 9p2000 because we have to check for
afid being NOFID instead of checking the uname string).
and add "nonone" flag to disable this.
Diffstat (limited to 'sys/src/cmd/cwfs/all.h')
-rw-r--r-- | sys/src/cmd/cwfs/all.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/cwfs/all.h b/sys/src/cmd/cwfs/all.h index a74be73d8..89a15bea5 100644 --- a/sys/src/cmd/cwfs/all.h +++ b/sys/src/cmd/cwfs/all.h @@ -84,6 +84,7 @@ ulong chatflag; ulong authdebugflag; int noattach; /* attach is disabled */ int noauth; /* auth is disable */ +int nonone; /* attach as none disabled */ int noatime; /* atime is disabled */ int noatimeset; /* noatime was changed (reset after dump) */ int wstatallow; /* set to circumvent wstat permissions */ |