summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-02-14 21:44:24 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-02-14 21:44:24 +0000
commit2be2fd8cc42c6341b006ca2552c03a448aaf95d7 (patch)
treee2e68db4bebbd0138c5f64323c1cf18479451d96 /libdiskfs
parentd393485b0b4b94f86928e594c9c2f1e62372a826 (diff)
Formerly io-map.c.~4~
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/io-map.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libdiskfs/io-map.c b/libdiskfs/io-map.c
index 1820927c..82e6e233 100644
--- a/libdiskfs/io-map.c
+++ b/libdiskfs/io-map.c
@@ -20,11 +20,11 @@
/* Implement io_map as described in <hurd/io.defs>. */
error_t
-S_io_map (struct protid *cred,
- memory_object_t *rdobj,
- mach_msg_type_name_t *rdtype,
- memory_object_t *wrobj,
- mach_msg_type_name_t *wrtype)
+diskfs_S_io_map (struct protid *cred,
+ memory_object_t *rdobj,
+ mach_msg_type_name_t *rdtype,
+ memory_object_t *wrobj,
+ mach_msg_type_name_t *wrtype)
{
if (!cred)
return EOPNOTSUPP;