From 12e08a4caf125ef7aabb0cd412d836d2113c0236 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 20 Sep 1991 19:34:30 +0000 Subject: Formerly term.defs.~5~ --- hurd/term.defs | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'hurd') 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 -/* 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 -- cgit v1.2.3