diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-10-31 20:37:18 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-10-31 20:37:18 +0000 |
commit | 001f975804b071cab514f5d38e8d3eeb643e4b46 (patch) | |
tree | f281691de8974de3c86c70deead5e64d17c1255f | |
parent | d12f572aea610242406e0412cc28cdb426608b30 (diff) |
Formerly term.defs.~11~
-rw-r--r-- | hurd/term.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/term.defs b/hurd/term.defs index 4f3d2306..12289479 100644 --- a/hurd/term.defs +++ b/hurd/term.defs @@ -82,7 +82,7 @@ routine term_set_filenode ( /* Find out what the bottom half of this terminal is using. */ routine term_get_bottom_type ( terminal: io_t; - out type: int); + out ttype: int); /* Start running with the bottom half as a device port using the Mach kernel device interface. The old bottom half (if any) is |