From db7290d79e86abfdab490e793073a4936c8e1e5f Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sun, 1 May 2011 07:07:32 +0000 Subject: cwfs: fix network listener, relay auth errors. boot(8): split bootargs only on first ! char, prepare /net so cwfs can announce 9fs --- sys/src/cmd/cwfs/portdat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/src/cmd/cwfs/portdat.h') 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 -- cgit v1.2.3