From 7db5826d1b0b3bf01d6774027eece153de88dbfb Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 17 Apr 2008 16:13:04 -0400 Subject: post9pservice: add extra arg to unmodified calls --- src/cmd/plumb/fsys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/plumb') diff --git a/src/cmd/plumb/fsys.c b/src/cmd/plumb/fsys.c index 4ae99afd..8b9188be 100644 --- a/src/cmd/plumb/fsys.c +++ b/src/cmd/plumb/fsys.c @@ -196,7 +196,7 @@ startfsys(void) error("can't create pipe: %r"); /* 0 will be server end, 1 will be client end */ srvfd = p[0]; - if(post9pservice(p[1], "plumb") < 0) + if(post9pservice(p[1], "plumb", nil) < 0) sysfatal("post9pservice plumb: %r"); close(p[1]); proccreate(fsysproc, nil, Stack); -- cgit v1.2.3