summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-02-18 05:54:10 +0000
committerThomas Bushnell <thomas@gnu.org>1999-02-18 05:54:10 +0000
commit6ec692dbd713d83218f9506a1fd23f5a6324b5be (patch)
tree8b42ffdd5a5aa9426d6ffb639d3abe3621c9a575 /hurd
parenta292588437617c2aebde9cb3ff1c6eca32d7798a (diff)
Thu Feb 18 00:29:43 1999 Thomas Bushnell, BSG <tb@mit.edu>
* tioctl.defs, term.defs: Mark with INTR_INTERFACE.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/ChangeLog4
-rw-r--r--hurd/term.defs4
-rw-r--r--hurd/tioctl.defs4
3 files changed, 10 insertions, 2 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog
index aaa351c7..b865c3c8 100644
--- a/hurd/ChangeLog
+++ b/hurd/ChangeLog
@@ -1,3 +1,7 @@
+Thu Feb 18 00:29:43 1999 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * tioctl.defs, term.defs: Mark with INTR_INTERFACE.
+
Tue Feb 16 04:34:02 1999 Thomas Bushnell, BSG <tb@mit.edu>
* io.defs (io_revoke): New RPC.
diff --git a/hurd/term.defs b/hurd/term.defs
index 8739459b..40a3ff29 100644
--- a/hurd/term.defs
+++ b/hurd/term.defs
@@ -1,5 +1,5 @@
/* Special protocol for terminal driver
- Copyright (C) 1991, 1993, 1994 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1993, 1994, 1999 Free Software Foundation, Inc.
This file is part of the GNU Hurd.
@@ -27,6 +27,8 @@ subsystem term 28000;
TERM_IMPORTS
#endif
+INTR_INTERFACE
+
/* Find out what the controlling terminal ID port is. */
routine term_getctty (
terminal: io_t;
diff --git a/hurd/tioctl.defs b/hurd/tioctl.defs
index fa347c76..4eb634b9 100644
--- a/hurd/tioctl.defs
+++ b/hurd/tioctl.defs
@@ -1,5 +1,5 @@
/* Definitions for terminal ioctls
- Copyright (C) 1991, 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1993, 1994, 1995, 1996, 1999 Free Software Foundation, Inc.
This file is part of the GNU Hurd.
@@ -20,6 +20,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <hurd/hurd_types.defs>
+INTR_INTERFACE
+
/* Ioctl class `t'; the subsystem is derived from calculations in
<ioctls.h>. */
subsystem tioctl 156000; /* XXX */