diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-05 17:38:03 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-05 17:38:03 +0000 |
commit | 10b7bb581a4fb199f6ef1f4cbc4e16d951ff92c9 (patch) | |
tree | b87649dbd3705d8a289f0aadd9da6e7295e4a374 | |
parent | 42de8f82664d53cdc08cf79de04b2f4ff010a7f2 (diff) |
Formerly io-select.c.~4~
-rw-r--r-- | libtrivfs/io-select.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libtrivfs/io-select.c b/libtrivfs/io-select.c index e56abe89..b794a482 100644 --- a/libtrivfs/io-select.c +++ b/libtrivfs/io-select.c @@ -25,6 +25,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ kern_return_t trivfs_S_io_select (struct trivfs_protid *cred, + mach_port_t reply, + mach_msg_type_name_t replytype, int seltype, mach_port_t ret, int tag, |