diff options
| author | Michael I. Bushnell <mib@gnu.org> | 1994-04-29 20:40:57 +0000 |
|---|---|---|
| committer | Michael I. Bushnell <mib@gnu.org> | 1994-04-29 20:40:57 +0000 |
| commit | 5dc9dc53cac5f5b3bdf817187bb35dd6a10840f6 (patch) | |
| tree | 001c4454483e0123fdc7e1367387c2ab41e347e7 | |
| parent | 43f79ae165ee9996a5773f1c359f570e98e1b331 (diff) | |
Formerly term.defs.~12~
| -rw-r--r-- | hurd/term.defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/term.defs b/hurd/term.defs index 12289479..059f2549 100644 --- a/hurd/term.defs +++ b/hurd/term.defs @@ -1,5 +1,5 @@ /* Special protocol for terminal driver - Copyright (C) 1991, 1993 Free Software Foundation, Inc. + Copyright (C) 1991, 1993, 1994 Free Software Foundation, Inc. This file is part of the GNU Hurd. @@ -30,7 +30,7 @@ TERM_IMPORTS /* Find out what the controlling terminal ID port is. */ routine term_getctty ( terminal: io_t; - out ctty: mach_port_make_send_t); + out ctty: mach_port_send_t); /* Return a controlling terminal port for this terminal. This has the |
