From 2fc68b6d8ebc0479318fa9764bfaa7ff58165fc3 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Tue, 22 Nov 2011 14:09:52 -0500 Subject: mailfs: small fixes and plan 9 support R=rsc CC=plan9port.codebot http://codereview.appspot.com/5429044 --- src/cmd/upas/nfs/thread.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cmd/upas/nfs/thread.c') diff --git a/src/cmd/upas/nfs/thread.c b/src/cmd/upas/nfs/thread.c index 710a33d7..bb40def1 100644 --- a/src/cmd/upas/nfs/thread.c +++ b/src/cmd/upas/nfs/thread.c @@ -24,6 +24,7 @@ mailproc(void *v) { New n; + USED(v); while(recv(mailthreadchan, &n) == 1) threadcreate(n.fn, n.arg, STACK); } -- cgit v1.2.3