From 199059b00afea16595cdc2063bb9848303bfbe85 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 5 Dec 1995 02:11:31 +0000 Subject: (pty_io_read): Add first arg; fix types of last two args. --- term/term.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/term/term.h b/term/term.h index 116455aa..a38d61f4 100644 --- a/term/term.h +++ b/term/term.h @@ -287,7 +287,8 @@ void init_users (void); /* kludge--these are pty versions of trivfs_S_io_* functions called by the real functions in users.c to do work for ptys. */ error_t pty_io_write (char *, unsigned int, int *); -error_t pty_io_read (char **, unsigned int, int); +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_get_openmodes (struct trivfs_protid *, int *); error_t pty_io_set_all_openmodes (struct trivfs_protid *, int); -- cgit v1.2.3