diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-14 21:44:25 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-14 21:44:25 +0000 |
commit | c6ad7ae849ed290bf1be4b55819f83b5d18587d3 (patch) | |
tree | 7f6690270559aec562ae6942811bb64800b72a98 /libdiskfs/io-map-cntl.c | |
parent | 2be2fd8cc42c6341b006ca2552c03a448aaf95d7 (diff) |
Formerly io-map-cntl.c.~4~
Diffstat (limited to 'libdiskfs/io-map-cntl.c')
-rw-r--r-- | libdiskfs/io-map-cntl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/io-map-cntl.c b/libdiskfs/io-map-cntl.c index 2e91c20b..ac30e718 100644 --- a/libdiskfs/io-map-cntl.c +++ b/libdiskfs/io-map-cntl.c @@ -21,8 +21,8 @@ /* Implement io_map_cntl as described in <hurd/io.defs>. */ error_t -S_io_map_cntl (struct protid *cred, - memory_object_t *ctlobj) +diskfs_S_io_map_cntl (struct protid *cred, + memory_object_t *ctlobj) { if (!cred) return EOPNOTSUPP; |