diff options
author | Roland McGrath <roland@gnu.org> | 1994-05-05 13:13:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-05-05 13:13:55 +0000 |
commit | 4e812363ae2b932cbea1920cae02fb55a9acb180 (patch) | |
tree | 5bf446b04e9b9c4ba3d27a6049d1088fe9fd30c0 | |
parent | 738c3355af673e70f42a732f9ccfd9113c1b5358 (diff) |
Formerly io-select.c.~5~
-rw-r--r-- | libdiskfs/io-select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/io-select.c b/libdiskfs/io-select.c index cf01b69b..abe700bb 100644 --- a/libdiskfs/io-select.c +++ b/libdiskfs/io-select.c @@ -20,7 +20,7 @@ #include <fcntl.h> /* Implement io_select as described in <hurd/io.defs>. */ -error_t +kern_return_t diskfs_S_io_select (struct protid *cred, int type, mach_port_t port, |