summaryrefslogtreecommitdiff
path: root/editors/beav
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-09-29 08:07:31 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-09-29 08:07:31 +0000
commit1205669b85f6b8b4c6b7026a047fb9d6fd17edee (patch)
tree15fd62525027cd82746bb8f6197bc1bd844df9d9 /editors/beav
parentUpgrade to 4.2.8 (diff)
Support compiling on {Open,Net}BSD.
Submitted by: Berndt Josef Wulf <wulf@ping.net.au> via Warner Losh
Notes
Notes: svn path=/head/; revision=8052
Diffstat (limited to 'editors/beav')
-rw-r--r--editors/beav/files/patch-a2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/beav/files/patch-a b/editors/beav/files/patch-a
index 3aea0ff0941c..7d822a83ac8c 100644
--- a/editors/beav/files/patch-a
+++ b/editors/beav/files/patch-a
@@ -47,7 +47,7 @@ diff -c beav-140.orig/termio.c beav-140/termio.c
#include <signal.h>
#ifdef BSD
#include <sys/ioctl.h>
-+ #ifdef __FreeBSD__
++ #if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
+ #include <sys/ioctl_compat.h>
+ #endif
#else