diff options
| author | David du Colombier <0intro@gmail.com> | 2011-11-22 14:09:52 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@swtch.com> | 2011-11-22 14:09:52 -0500 |
| commit | 2fc68b6d8ebc0479318fa9764bfaa7ff58165fc3 (patch) | |
| tree | 54dffbb8c5e8a15ad7670b5e6c932f06d191a218 /src/cmd/upas/nfs/thread.c | |
| parent | bd51695c9278f9321d420a43a16f575471f32476 (diff) | |
| download | plan9port-2fc68b6d8ebc0479318fa9764bfaa7ff58165fc3.tar.gz plan9port-2fc68b6d8ebc0479318fa9764bfaa7ff58165fc3.zip | |
mailfs: small fixes and plan 9 support
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5429044
Diffstat (limited to 'src/cmd/upas/nfs/thread.c')
| -rw-r--r-- | src/cmd/upas/nfs/thread.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |
