From 6ec692dbd713d83218f9506a1fd23f5a6324b5be Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Thu, 18 Feb 1999 05:54:10 +0000 Subject: Thu Feb 18 00:29:43 1999 Thomas Bushnell, BSG * tioctl.defs, term.defs: Mark with INTR_INTERFACE. --- hurd/ChangeLog | 4 ++++ hurd/term.defs | 4 +++- hurd/tioctl.defs | 4 +++- 3 files changed, 10 insertions(+), 2 deletions(-) (limited to 'hurd') 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 + + * tioctl.defs, term.defs: Mark with INTR_INTERFACE. + Tue Feb 16 04:34:02 1999 Thomas Bushnell, BSG * 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 +INTR_INTERFACE + /* Ioctl class `t'; the subsystem is derived from calculations in . */ subsystem tioctl 156000; /* XXX */ -- cgit v1.2.3