diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 18:02:50 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 18:02:50 +0000 |
commit | 396b2750c83a6dd0082256b27c2f73632e04e57a (patch) | |
tree | 83253490f4998c1ced927898f2b5c49b37a313e9 | |
parent | 2cbc26b6c325da3fca9cdec0fcce8daf580bac3b (diff) |
(diskfs_S_io_seek): s/ioserver/iohelp/g
-rw-r--r-- | libdiskfs/io-seek.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/io-seek.c b/libdiskfs/io-seek.c index a6b7c317..33aa77d4 100644 --- a/libdiskfs/io-seek.c +++ b/libdiskfs/io-seek.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1994, 1995 Free Software Foundation + Copyright (C) 1994, 1995, 1996 Free Software Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -32,7 +32,7 @@ diskfs_S_io_seek (struct protid *cred, CHANGE_NODE_FIELD (cred, ({ - ioserver_get_conch (&np->conch); + iohelp_get_conch (&np->conch); switch (whence) { case SEEK_SET: |