diff options
-rw-r--r-- | libdiskfs/io-get-conch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/io-get-conch.c b/libdiskfs/io-get-conch.c index a3d87d20..ffd19ab8 100644 --- a/libdiskfs/io-get-conch.c +++ b/libdiskfs/io-get-conch.c @@ -20,7 +20,7 @@ /* Implement io_get_conch as described in <hurd/io.defs>. */ error_t -S_io_get_conch (struct protid *cred) +diskfs_S_io_get_conch (struct protid *cred) { struct node *np; |