fossil: required p9p changes

R=rsc
https://codereview.appspot.com/13352057
This commit is contained in:
David du Colombier 2013-09-26 20:12:45 +02:00
parent 4b57665805
commit b32de4ae73
15 changed files with 156 additions and 67 deletions

View file

@ -250,12 +250,13 @@ msgFlush(Msg* m)
}
static void
msgProc(void*)
msgProc(void* v)
{
Msg *m;
char e[ERRMAX];
Con *con;
USED(v);
threadsetname("msgProc");
for(;;){