lib9: dotu fixes in convS2M, convM2S

http://codereview.appspot.com/109049
This commit is contained in:
Tim Newsham 2009-08-20 11:37:24 -04:00
parent e7c5e5ed94
commit 8ff457f56d
3 changed files with 36 additions and 6 deletions

View file

@ -44,6 +44,7 @@ struct Fcall
/* 9P2000.u extensions */
int errornum; /* Rerror */
int uidnum; /* Tattach, Tauth */
char *extension; /* Tcreate */
} Fcall;
@ -73,6 +74,7 @@ struct Fcall
#define NOTAG (ushort)~0U /* Dummy tag */
#define NOFID (u32int)~0U /* Dummy fid */
#define NOUID (-1) /* Dummy uid */
#define IOHDRSZ 24 /* ample room for Twrite/Rread header (iounit) */
enum