aboutsummaryrefslogtreecommitdiff
path: root/src/lib9pclient
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-11 17:43:53 +0000
committerrsc <devnull@localhost>2005-01-11 17:43:53 +0000
commitb8f742db850ffc99333a97ab54fc820c6de0fd98 (patch)
tree9096b9872c0e65a3f1f3cdd7b993c58411d20e5e /src/lib9pclient
parent530d00164177fd68e2aeb403e7b9be31823e3168 (diff)
downloadplan9port-b8f742db850ffc99333a97ab54fc820c6de0fd98.tar.gz
plan9port-b8f742db850ffc99333a97ab54fc820c6de0fd98.tar.bz2
plan9port-b8f742db850ffc99333a97ab54fc820c6de0fd98.zip
os x changes
Diffstat (limited to 'src/lib9pclient')
-rw-r--r--src/lib9pclient/fs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib9pclient/fs.c b/src/lib9pclient/fs.c
index d72aa4c7..dfb3bc9f 100644
--- a/src/lib9pclient/fs.c
+++ b/src/lib9pclient/fs.c
@@ -56,7 +56,6 @@ CFsys*
fsmount(int fd, char *aname)
{
int n;
- char *user;
CFsys *fs;
CFid *fid;
@@ -72,7 +71,6 @@ fsmount(int fd, char *aname)
}
fs->msize = n;
- user = getuser();
if((fid = fsattach(fs, nil, getuser(), aname)) == nil)
goto Error;
fssetroot(fs, fid);