diff options
author | Roland McGrath <roland@gnu.org> | 2002-03-18 06:13:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-03-18 06:13:09 +0000 |
commit | 426770b04d0733268de32afdca3525e239cf2b22 (patch) | |
tree | 65132895332f4a6cc72e096ab1553fbca6558653 | |
parent | c693f5e958d92adb72c054921eb1e531c54557c7 (diff) |
2002-03-17 Roland McGrath <roland@frob.com>
* tioctl.defs [TIOCTL_IMPORTS]: Use this macro if defined.
-rw-r--r-- | hurd/tioctl.defs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hurd/tioctl.defs b/hurd/tioctl.defs index 4eb634b9..58ee698f 100644 --- a/hurd/tioctl.defs +++ b/hurd/tioctl.defs @@ -1,5 +1,5 @@ /* Definitions for terminal ioctls - Copyright (C) 1991, 1993, 1994, 1995, 1996, 1999 Free Software Foundation, Inc. + Copyright (C) 1991,93,94,95,96,99,2002 Free Software Foundation, Inc. This file is part of the GNU Hurd. @@ -20,6 +20,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <hurd/hurd_types.defs> +#ifdef TIOCTL_IMPORTS +TIOCTL_IMPORTS +#endif + INTR_INTERFACE /* Ioctl class `t'; the subsystem is derived from calculations in |