summaryrefslogtreecommitdiff
path: root/term/term.h
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-11-18 23:58:21 +0000
committerThomas Bushnell <thomas@gnu.org>1996-11-18 23:58:21 +0000
commitfc249f934b77de7fca36bfd398eaf7299be941aa (patch)
treed84653911b7e600652670a4d81861448c6c18a09 /term/term.h
parentfffde734f20db7f74ca42ab7f6e0d8318d976a04 (diff)
Mon Nov 18 18:16:29 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* users.c (trivfs_modify_stat): Omit pointless assignment. Fri Nov 15 17:37:12 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * users.c (open_hook): New arg syntax. (trivfs_check_open_hook): Likewise. * ptyio.c (pty_open_hook): Likewise. * term.h (pty_open_hook): Likewise. * users.c (S_termctty_open_terminal): New syntax of trivfs_open. * users.c (trivfs_S_file_chown): Rewrite using idvecs. (trivfs_S_file_chmod): Likewise.
Diffstat (limited to 'term/term.h')
-rw-r--r--term/term.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/term/term.h b/term/term.h
index 05c44b51..10b33ed7 100644
--- a/term/term.h
+++ b/term/term.h
@@ -323,7 +323,6 @@ 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 *, 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_open_hook (struct trivfs_control *, struct iouser *, int);
error_t pty_po_create_hook (struct trivfs_peropen *);
error_t pty_po_destroy_hook (struct trivfs_peropen *);