summaryrefslogtreecommitdiff
path: root/misc/heyu2/files/patch-ab
blob: a5c23b130d4c87cd18772bd7d60bbaba2a3afb14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- xwrite.c.orig	Sun Jun  3 01:13:55 2001
+++ xwrite.c	Sun Jun  3 01:16:43 2001
@@ -42,7 +42,9 @@
 #         ifdef SCO
 #include <sys/termio.h>
 #         else
+#		if !defined(POSIX) && !defined(__FreeBSD__)
 #include <termio.h>
+#		endif
 #         endif
 #    endif
 #endif