From 4062898861520a81c550045951910b627f6753ce Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 19 Jan 1996 00:00:06 +0000 Subject: (pty_io_select): Add new reply port parameter. --- term/term.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'term/term.h') diff --git a/term/term.h b/term/term.h index d8060df5..41138de5 100644 --- a/term/term.h +++ b/term/term.h @@ -294,7 +294,7 @@ error_t pty_io_write (struct trivfs_protid *, char *, error_t pty_io_read (struct trivfs_protid *, char **, mach_msg_type_number_t *, mach_msg_type_number_t); error_t pty_io_readable (int *); -error_t pty_io_select (struct trivfs_protid *, int *, int *); +error_t pty_io_select (struct trivfs_protid *, mach_port_t, int *, int *); error_t pty_open_hook (struct trivfs_control *, uid_t *, u_int, uid_t *, u_int, int); error_t pty_po_create_hook (struct trivfs_peropen *); -- cgit v1.2.3