From da5d57f635fc0df31a8176685554d18bbc79a1e5 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 3 Feb 1992 19:28:30 +0000 Subject: Formerly newterm.defs.~2~ --- hurd/newterm.defs | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/hurd/newterm.defs b/hurd/newterm.defs index bd9d370b..27c0c72d 100644 --- a/hurd/newterm.defs +++ b/hurd/newterm.defs @@ -23,17 +23,16 @@ subsystem newterm 27000; #include -/* Create a new terminal thingie on top of a mach device_t port. */ +/* Create a new terminal thingie with no bottom half. (You need to do + one of term_on_* before this can be used for I/O.) */ newterm_from_device ( newterm: mach_port_t; - machdev: device_t; out terminal: io_t); -/* Create a new terminal thingie on top of a hurd IO port. */ -newterm_from_hurdio ( +/* Register a terminal as a node in the filesystem. */ +newterm_makenode ( newterm: mach_port_t; - hurddev: io_t; - out terminal: io_t); - -/* Create a new terminal thingie and BSD-style pseudo-tty master side. */ -newterm_from_n \ No newline at end of file + terminal: io_t; + mode: mode_t; + server_picks_name: int; + name: string_t); -- cgit v1.2.3