diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 18:08:04 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 18:08:04 +0000 |
commit | 46aea174114c7980ad5839dfb6527e4aa92cd382 (patch) | |
tree | 9354c23988a0be5d39ff750cae2adf369405471f /libdiskfs | |
parent | 87df917c6a97968c816720eab90101a15ce6dcd8 (diff) |
(diskfs_node_rdwr): s/ioserver/iohelp/g.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/node-rdwr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/node-rdwr.c b/libdiskfs/node-rdwr.c index 79c94f8d..319a985c 100644 --- a/libdiskfs/node-rdwr.c +++ b/libdiskfs/node-rdwr.c @@ -37,7 +37,7 @@ diskfs_node_rdwr (struct node *np, { error_t err; - ioserver_get_conch (&np->conch); + iohelp_get_conch (&np->conch); if (dir) while (off + amt > np->allocsize) |