diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-02-18 05:54:10 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-02-18 05:54:10 +0000 |
commit | 6ec692dbd713d83218f9506a1fd23f5a6324b5be (patch) | |
tree | 8b42ffdd5a5aa9426d6ffb639d3abe3621c9a575 /hurd/tioctl.defs | |
parent | a292588437617c2aebde9cb3ff1c6eca32d7798a (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/tioctl.defs')
-rw-r--r-- | hurd/tioctl.defs | 4 |
1 files changed, 3 insertions, 1 deletions
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 */ |