diff options
-rw-r--r-- | libdiskfs/io-owner-mod.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/io-owner-mod.c b/libdiskfs/io-owner-mod.c index 3c2d3ec7..cfc84fd5 100644 --- a/libdiskfs/io-owner-mod.c +++ b/libdiskfs/io-owner-mod.c @@ -20,8 +20,8 @@ /* Implement io_mod_owner as described in <hurd/io.defs>. */ error_t -S_io_mod_owner (struct protid *cred, - pid_t owner) +diskfs_S_io_mod_owner (struct protid *cred, + pid_t owner) { struct node *np; |