From 8e1e22c755d9053254e82462ac26013abdcc8acf Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 23 May 2002 20:14:43 +0000 Subject: 2002-05-23 Roland McGrath * newterm.defs: Add routine keywords. --- hurd/newterm.defs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'hurd') diff --git a/hurd/newterm.defs b/hurd/newterm.defs index 9371bdfb..d44d0926 100644 --- a/hurd/newterm.defs +++ b/hurd/newterm.defs @@ -1,5 +1,5 @@ /* Creation of terminal processors - Copyright (C) 1991, 1993 Free Software Foundation + Copyright (C) 1991, 1993 Free Software Foundation, Inc. This file is part of the GNU Hurd. @@ -8,7 +8,7 @@ it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. -The GNU Hurd is distributed in the hope that it will be useful, +The GNU Hurd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. @@ -25,12 +25,12 @@ subsystem newterm 27000; /* 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 ( +routine newterm_from_device ( newterm: mach_port_t; out terminal: io_t); /* Register a terminal as a node in the filesystem. */ -newterm_makenode ( +routine newterm_makenode ( newterm: mach_port_t; terminal: io_t; mode: mode_t; -- cgit v1.2.3