From 426770b04d0733268de32afdca3525e239cf2b22 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 18 Mar 2002 06:13:09 +0000 Subject: 2002-03-17 Roland McGrath * tioctl.defs [TIOCTL_IMPORTS]: Use this macro if defined. --- hurd/tioctl.defs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 +#ifdef TIOCTL_IMPORTS +TIOCTL_IMPORTS +#endif + INTR_INTERFACE /* Ioctl class `t'; the subsystem is derived from calculations in -- cgit v1.2.3