lib9: dotu fixes in convS2M, convM2S
http://codereview.appspot.com/109049
This commit is contained in:
parent
e7c5e5ed94
commit
8ff457f56d
3 changed files with 36 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue