summaryrefslogtreecommitdiff
path: root/editors/beav/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'editors/beav/patches/patch-ab')
-rw-r--r--editors/beav/patches/patch-ab7
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/beav/patches/patch-ab b/editors/beav/patches/patch-ab
index 5ea31b65363..31fc5dd7a3e 100644
--- a/editors/beav/patches/patch-ab
+++ b/editors/beav/patches/patch-ab
@@ -1,13 +1,14 @@
-$NetBSD: patch-ab,v 1.4 2007/12/16 15:53:44 yyamano Exp $
+$NetBSD: patch-ab,v 1.5 2013/07/18 12:07:24 joerg Exp $
---- termio.c.orig 2007-12-17 00:49:07.000000000 +0900
+--- termio.c.orig 2013-07-17 14:36:18.000000000 +0000
+++ termio.c
-@@ -14,6 +14,9 @@
+@@ -14,6 +14,10 @@
#include <signal.h>
#ifdef BSD
#include <sys/ioctl.h>
+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || defined(__APPLE__)
+#include <sys/ioctl_compat.h>
++#include <termios.h>
+#endif
#else
#ifdef OS2