aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/upas/nfs/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/upas/nfs/thread.c')
-rw-r--r--src/cmd/upas/nfs/thread.c1
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);
}