diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 18:05:57 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 18:05:57 +0000 |
commit | 9690633acf88b2b443672fc6a64bd12f5aa96e17 (patch) | |
tree | a38946da1d79233e30e17b456d0c1724c54de137 /libdiskfs/conch-fetch.c | |
parent | 62b879476a4097395a725fcda17f282b801822eb (diff) |
(iohelp_fetch_shared_data): s/ioserver/iohelp/g.
Diffstat (limited to 'libdiskfs/conch-fetch.c')
-rw-r--r-- | libdiskfs/conch-fetch.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libdiskfs/conch-fetch.c b/libdiskfs/conch-fetch.c index 79960efc..178c8d11 100644 --- a/libdiskfs/conch-fetch.c +++ b/libdiskfs/conch-fetch.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 @@ -16,14 +16,14 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "priv.h" -#include <hurd/ioserver.h> +#include <hurd/iohelp.h> /* Update our copy of the relevant fields from a shared page. Callers must have the share lock on the shared page as well as the inode toplock. This is called by the conch management facilities of libioserver as well as by us. */ void -ioserver_fetch_shared_data (void *arg) +iohelp_fetch_shared_data (void *arg) { struct protid *cred = arg; int mod = 0; |