diff options
author | Roland McGrath <roland@gnu.org> | 1994-08-18 00:11:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-08-18 00:11:27 +0000 |
commit | 64ad2e4f94c820647cdfa355805ffdaea74d34bb (patch) | |
tree | fbc24fc8ef8dad77bb8c59d1146fb22eb97e93eb | |
parent | 60485b9c2ff27fe19d1b824f0154de3f56c21e55 (diff) |
entered into RCS
-rw-r--r-- | libtrivfs/io-select.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libtrivfs/io-select.c b/libtrivfs/io-select.c index b794a482..077395d8 100644 --- a/libtrivfs/io-select.c +++ b/libtrivfs/io-select.c @@ -28,7 +28,8 @@ trivfs_S_io_select (struct trivfs_protid *cred, mach_port_t reply, mach_msg_type_name_t replytype, int seltype, - mach_port_t ret, + mach_port_t notify, + mach_msg_type_name_t notifytype, int tag, int *result) { |