summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-09 18:04:29 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-09 18:04:29 +0000
commit62b879476a4097395a725fcda17f282b801822eb (patch)
treeea159b7b7f006204aa086ad9f09ddd235ddf9a58 /libdiskfs
parentf91d82d99e98c2a6edd0d67e46ff4c024d0497ed (diff)
(diskfs_S_io_write): s/ioserver/iohelp/g.
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/io-write.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/io-write.c b/libdiskfs/io-write.c
index b74b6fa0..8b68e1a1 100644
--- a/libdiskfs/io-write.c
+++ b/libdiskfs/io-write.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1994, 95, 96 Free Software Foundation, Inc.
+ Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
@@ -42,7 +42,7 @@ diskfs_S_io_write (struct protid *cred,
assert (!S_ISDIR(np->dn_stat.st_mode));
- ioserver_get_conch (&np->conch);
+ iohelp_get_conch (&np->conch);
if (off == -1)
{