summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-09 18:06:47 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-09 18:06:47 +0000
commit778e8978b938122bff064053580dd4a2a1d17dbd (patch)
tree4f8ccf01b95e351128765500a34535ad0d010d35
parent9690633acf88b2b443672fc6a64bd12f5aa96e17 (diff)
(iohelp_put_shared_data): s/ioserver/iohelp/g.
-rw-r--r--libdiskfs/conch-set.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libdiskfs/conch-set.c b/libdiskfs/conch-set.c
index 78af7750..86d3905d 100644
--- a/libdiskfs/conch-set.c
+++ b/libdiskfs/conch-set.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1994 Free Software Foundation
+ Copyright (C) 1994, 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,7 +16,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "priv.h"
-#include <hurd/ioserver.h>
+#include <hurd/iohelp.h>
#include <fcntl.h>
/* Write current values into the shared page. Callers must have the
@@ -24,7 +24,7 @@
This is called by the conch management facilities of libioserver
as well as by us. */
void
-ioserver_put_shared_data (void *arg)
+iohelp_put_shared_data (void *arg)
{
struct protid *cred = arg;