lib9pclient: add support for 9P2000.u

This commit is contained in:
Russ Cox 2008-07-04 02:46:05 -04:00
parent ac5a97e6b3
commit 382ae73f24
5 changed files with 17 additions and 12 deletions

View file

@ -14,6 +14,7 @@ void *_fsnbqrecv(Queue*);
struct CFsys
{
char version[20];
int dotu;
int msize;
QLock lk;
int fd;