aboutsummaryrefslogtreecommitdiff
path: root/editors/beav/files/patch-termio.c
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-03-25 12:18:39 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-03-25 12:18:39 +0000
commit0ead0d3ddfbfe6196f8e636bcaf5445bd913dc52 (patch)
treebc6bec51b50359b322e57b5219dd713ffa8e56cb /editors/beav/files/patch-termio.c
parentb998c3488de5a7a9ccd6fdf429e7e230b849526c (diff)
downloadports-0ead0d3ddfbfe6196f8e636bcaf5445bd913dc52.tar.gz
ports-0ead0d3ddfbfe6196f8e636bcaf5445bd913dc52.zip
Notes
Diffstat (limited to 'editors/beav/files/patch-termio.c')
-rw-r--r--editors/beav/files/patch-termio.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/beav/files/patch-termio.c b/editors/beav/files/patch-termio.c
new file mode 100644
index 000000000000..d499953af842
--- /dev/null
+++ b/editors/beav/files/patch-termio.c
@@ -0,0 +1,12 @@
+--- termio.c.orig Sat Jul 21 22:35:05 2001
++++ termio.c Thu Mar 21 03:52:16 2002
+@@ -12,6 +12,9 @@
+ #include <signal.h>
+ #ifdef BSD
+ #include <sys/ioctl.h>
++#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
++#include <sys/ioctl_compat.h>
++#endif
+ #else
+ #ifdef OS2
+ #ifndef __EMX__