diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-01 07:07:32 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-01 07:07:32 +0000 |
commit | db7290d79e86abfdab490e793073a4936c8e1e5f (patch) | |
tree | dac3dcff6e2dfa616a99a03732013345038eb51b /sys/src/cmd/cwfs/portdat.h | |
parent | 064bce08419857817e0b851ea43ae66b2aee0843 (diff) |
cwfs: fix network listener, relay auth errors. boot(8): split bootargs only on first ! char, prepare /net so cwfs can announce 9fs
Diffstat (limited to 'sys/src/cmd/cwfs/portdat.h')
-rw-r--r-- | sys/src/cmd/cwfs/portdat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/cmd/cwfs/portdat.h b/sys/src/cmd/cwfs/portdat.h index 820cb99a2..a0bca86e0 100644 --- a/sys/src/cmd/cwfs/portdat.h +++ b/sys/src/cmd/cwfs/portdat.h @@ -267,6 +267,8 @@ struct Chan uchar authinfo[64]; void* pdata; /* sometimes is a Netconn* */ + + char err[ERRMAX]; }; struct Filsys |