plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 518f0a1d31c58266a12ee76c90180d66fde57bb4
parent 24726c810b99d6a872337056072cc304a44c42ed
Author: Russ Cox <rsc@swtch.com>
Date:   Sat, 10 May 2008 13:43:14 -0400

upas/fs: accomodate new post9pservice

Diffstat:
Msrc/cmd/upas/fs/fs.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/upas/fs/fs.c b/src/cmd/upas/fs/fs.c @@ -244,7 +244,7 @@ threadmain(int argc, char *argv[]) if(srvpost){ sprint(srvfile, "/srv/upasfs.%s", user); /* post(srvfile, "upasfs", p[1]); jpc */ - post9pservice(p[1], "upasfs"); /* jpc */ + post9pservice(p[1], "upasfs", nil); /* jpc */ } else { error("tried to mount, fixme"); /* jpc */ /* if(mount(p[1], -1, mntpt, MREPL, "") < 0)