summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-05-23 20:14:43 +0000
committerRoland McGrath <roland@gnu.org>2002-05-23 20:14:43 +0000
commit8e1e22c755d9053254e82462ac26013abdcc8acf (patch)
tree0f01c7d8501044bb8ef74fdd5147a6c1e5f3fde6 /hurd
parent76d66708aa1f1945e847cd060f673593fd3cc3c5 (diff)
2002-05-23 Roland McGrath <roland@frob.com>
* newterm.defs: Add routine keywords.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/newterm.defs8
1 files changed, 4 insertions, 4 deletions
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;