mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
12 lines
266 B
Plaintext
12 lines
266 B
Plaintext
--- 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__)
|
|
#include <termio.h>
|
|
# else
|
|
#include <sys/termios.h>
|