aboutsummaryrefslogtreecommitdiff
path: root/src/lib9pclient/openfd.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-07-23 02:55:34 +0000
committerrsc <devnull@localhost>2006-07-23 02:55:34 +0000
commit73a5509ae929e41ca0047254a880c8efd4aa72a1 (patch)
treef3e313e86f79c9f5bae32f529548d6e805210eea /src/lib9pclient/openfd.c
parent9b3357a896417eb166cf94dd2a04aa391fef21c8 (diff)
downloadplan9port-73a5509ae929e41ca0047254a880c8efd4aa72a1.tar.gz
plan9port-73a5509ae929e41ca0047254a880c8efd4aa72a1.tar.bz2
plan9port-73a5509ae929e41ca0047254a880c8efd4aa72a1.zip
more functions
Diffstat (limited to 'src/lib9pclient/openfd.c')
-rw-r--r--src/lib9pclient/openfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib9pclient/openfd.c b/src/lib9pclient/openfd.c
index ef26e5c4..68762e29 100644
--- a/src/lib9pclient/openfd.c
+++ b/src/lib9pclient/openfd.c
@@ -10,7 +10,7 @@ fsopenfd(CFsys *fs, char *name, int mode)
CFid *fid;
Fcall tx, rx;
- if((fid = _fswalk(fs->root, name)) == nil)
+ if((fid = fswalk(fs->root, name)) == nil)
return -1;
tx.type = Topenfd;
tx.fid = fid->fid;