From 3f1f06c5d12b24c4061e5123acabf72348ff45a2 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Wed, 16 Jan 2008 13:39:58 +0000 Subject: 20080116-1340 --- appl/cmd/archfs.b | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appl/cmd/archfs.b') diff --git a/appl/cmd/archfs.b b/appl/cmd/archfs.b index 11567731..af3b73b9 100644 --- a/appl/cmd/archfs.b +++ b/appl/cmd/archfs.b @@ -125,7 +125,7 @@ init(nil: ref Draw->Context, args: list of string) fatal("can't create pipe"); pidch := chan of int; spawn serve(p[1], pidch); - pid := <- pidch; + <- pidch; if(sys->mount(p[0], nil, mtpt, flags, nil) < 0) fatal(sys->sprint("cannot mount archive on %s: %r", mtpt)); } -- cgit v1.2.3