diff options
Diffstat (limited to 'libdiskfs/io-get-conch.c')
-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 ffd19ab8..b210405e 100644 --- a/libdiskfs/io-get-conch.c +++ b/libdiskfs/io-get-conch.c @@ -19,7 +19,7 @@ #include "io_S.h" /* Implement io_get_conch as described in <hurd/io.defs>. */ -error_t +kern_return_t diskfs_S_io_get_conch (struct protid *cred) { struct node *np; |