From 8ff457f56db9f94f4baf68f53d87e791584d1dfe Mon Sep 17 00:00:00 2001 From: Tim Newsham Date: Thu, 20 Aug 2009 11:37:24 -0400 Subject: lib9: dotu fixes in convS2M, convM2S http://codereview.appspot.com/109049 --- include/fcall.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/fcall.h') diff --git a/include/fcall.h b/include/fcall.h index a5dae337..1e32b339 100644 --- a/include/fcall.h +++ b/include/fcall.h @@ -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 -- cgit v1.2.3