summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--term/term.h2
1 files changed, 1 insertions, 1 deletions
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 *);