From 61cfb104f76ed1aa1d5f17fab49c58f4c293127c Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 11 Jun 1991 17:42:30 +0000 Subject: Formerly term.defs.~2~ --- hurd/term.defs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/hurd/term.defs b/hurd/term.defs index 7e6d9c73..f741da0c 100644 --- a/hurd/term.defs +++ b/hurd/term.defs @@ -19,17 +19,21 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Written by Michael I. Bushnell. */ +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. */ -term_maketerm ( +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. */ -term_putinfs ( +routine term_putinfs ( term: term_t; port: file_t); -- cgit v1.2.3