fbad0c9cf4
Tarball doesn't have version so remake distinfo modify patches to work with new version PR: 27850 Approved by: maintainer
12 lines
277 B
Text
12 lines
277 B
Text
--- 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
|