summaryrefslogtreecommitdiff
path: root/term/term.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-06-13 20:52:17 +0000
committerRoland McGrath <roland@gnu.org>2002-06-13 20:52:17 +0000
commit47488b9e4d2b815e429423a060054308dae0d995 (patch)
tree47d8f683fc1ecc69c86823e0b0a1fe8ba90dad7f /term/term.h
parent6475c2bf80f6af42dc9437879315651d71e74251 (diff)
2002-06-13 Roland McGrath <roland@frob.com>
* ptyio.c (pty_io_readable): int -> size_t in argument type. * term.h: Update decl. * users.c (trivfs_S_io_write): int -> size_t in AMT argument type. (trivfs_S_io_readable): Likewise. (trivfs_S_io_read): Likewise. Also u_int -> size_t, off_t -> loff_t. (trivfs_S_io_write): Likewise. (trivfs_S_io_map): Add reply port args.
Diffstat (limited to 'term/term.h')
-rw-r--r--term/term.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/term/term.h b/term/term.h
index 7e4a69fb..c89e4425 100644
--- a/term/term.h
+++ b/term/term.h
@@ -331,7 +331,7 @@ error_t pty_io_write (struct trivfs_protid *, char *,
mach_msg_type_number_t, mach_msg_type_number_t *);
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_readable (size_t *);
error_t pty_io_select (struct trivfs_protid *, mach_port_t, int *);
error_t pty_open_hook (struct trivfs_control *, struct iouser *, int);
error_t pty_po_create_hook (struct trivfs_peropen *);