From fd826cfdcebfa58c74e5963430f4e17f35285ae0 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 23 May 1993 22:09:09 +0000 Subject: [PATCH] * m/iris4d.h (NEED_SIOCTL): Move this to... * s/irix3-3.h (NEED_SIOCTL): ... here; apparently it's not necessary in irix4-0.h. --- src/m/iris4d.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/m/iris4d.h b/src/m/iris4d.h index 1b9cfdfc8f6..038a8f3e37a 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h @@ -157,10 +157,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define TERMINFO -/* sioctl.h should be included where appropriate. */ - -#define NEED_SIOCTL - /* Letter to use in finding device name of first pty, if system supports pty's. 'a' means it is /dev/ptya0 */