summaryrefslogtreecommitdiff
path: root/hurd/term.defs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1991-09-20 19:34:30 +0000
committerMichael I. Bushnell <mib@gnu.org>1991-09-20 19:34:30 +0000
commit12e08a4caf125ef7aabb0cd412d836d2113c0236 (patch)
tree65871790bf6efd89e337c80ffc377ed5b7676d64 /hurd/term.defs
parentbded02526328a217f61d44a3e106b76a48d354b3 (diff)
Formerly term.defs.~5~
Diffstat (limited to 'hurd/term.defs')
-rw-r--r--hurd/term.defs17
1 files changed, 4 insertions, 13 deletions
diff --git a/hurd/term.defs b/hurd/term.defs
index f741da0c..ea1d0f6d 100644
--- a/hurd/term.defs
+++ b/hurd/term.defs
@@ -23,17 +23,8 @@ subsystem term 28000;
#include <hurd/hurd_types.defs>
-/* Make a virtual terminal. Slave will look like a Posix terminfo.
- Master should be connected to a hardware terminal or its
- equivalent. */
-routine term_maketerm (
- access: term_t;
- out term_slave: term_t;
- out term_master: term_t);
-
-/* Called on a slave terminal; puts it into the filesystem under the given
- file. */
-routine term_putinfs (
- term: term_t;
- port: file_t);
+term_getctty (
+ terminal: io_t;
+ out ctty: mach_port_make_send_t);
+ \ No newline at end of file