diff options
Diffstat (limited to 'lang/icon/patches/patch-ae')
-rw-r--r-- | lang/icon/patches/patch-ae | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/lang/icon/patches/patch-ae b/lang/icon/patches/patch-ae deleted file mode 100644 index 320bccaae00..00000000000 --- a/lang/icon/patches/patch-ae +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-ae,v 1.2 1998/08/07 11:09:04 agc Exp $ - -*** src/h/sys.h.orig Fri Jul 29 21:24:57 1994 ---- src/h/sys.h Wed Mar 1 15:43:55 1995 -*************** -*** 181,192 **** ---- 181,196 ---- - #include <sys/ioctl.h> - #include <errno.h> - #include <sys/signal.h> -+ #include <sys/param.h> -+ #if (defined(BSD) && BSD >= 199306) -+ #include <sgtty.h> -+ #endif - #endif /* HaveTioc */ - - #endif /* KeyboardFncs */ - - #ifdef LoadFunc - #include <dlfcn.h> - #endif /* LoadFunc */ - - #endif /* UNIX */ |