summaryrefslogtreecommitdiff
path: root/term/term.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-12-12 21:17:39 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-12-12 21:17:39 +0000
commit946f42128b5b496452d711b9575b69457509ad9b (patch)
treeacff34b7b191cf55c1a005182cf3d0e4c64e9691 /term/term.h
parentba72054c2abc25be7513cbeb386a896ac395d920 (diff)
typo.
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 9e55e5af..b9d9897e 100644
--- a/term/term.h
+++ b/term/term.h
@@ -298,7 +298,7 @@ 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_open_hook (struct trivfs_cntl, uid_t *, u_int, uid_t *,
+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 *);
error_t pty_po_destroy_hook (struct trivfs_peropen *);