diff options
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; |