diff options
Diffstat (limited to 'misc/heyu/files/patch-ab')
-rw-r--r-- | misc/heyu/files/patch-ab | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/misc/heyu/files/patch-ab b/misc/heyu/files/patch-ab index 8e934f962f74..a5c23b130d4c 100644 --- a/misc/heyu/files/patch-ab +++ b/misc/heyu/files/patch-ab @@ -1,11 +1,12 @@ ---- xwrite.c.orig Sat May 27 17:07:40 2000 -+++ xwrite.c Sat May 27 17:08:09 2000 -@@ -30,7 +30,7 @@ - #include <unistd.h> - #include <syslog.h> - #else --# ifndef POSIX -+# if !defined(POSIX) && !defined(__FreeBSD__) +--- 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> - # else - #include <sys/termios.h> ++# endif + # endif + # endif + #endif |