diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:30:35 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:30:35 +0000 |
commit | a88f1d99d831912ae226dd91276dd656f48ac8eb (patch) | |
tree | f3bcab7f9b4cd86524a95de083f47aa715044dc1 | |
parent | 0ff23e50c42288cd5e640559631b2b7af1007524 (diff) |
Formerly io-select.c.~2~
-rw-r--r-- | libtrivfs/io-select.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libtrivfs/io-select.c b/libtrivfs/io-select.c index df7da323..32babd14 100644 --- a/libtrivfs/io-select.c +++ b/libtrivfs/io-select.c @@ -20,9 +20,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Written by Michael I. Bushnell. */ #include "priv.h" +#include "io_S.h" +#include <assert.h> -error_t -trivfs_S_io_select (struct protid *cred, +kern_return_t +trivfs_S_io_select (struct trivfs_protid *cred, int seltype, mach_port_t ret, int tag, |