freebsd-ports/net/tintin++-devel/files/patch-ad
Ade Lovett be2cada2b9 Update to 1.83, with chat feature disabled by default.
Maintainer switch from ports@FreeBSD.org

PR:		21553
Submitted by:	new maintainer <jhp@cocoja.holywar.net>
2000-09-26 14:53:16 +00:00

11 lines
225 B
Text

--- scrsize.c.orig Tue Sep 23 12:10:26 2000
+++ scrsize.c Tue Sep 23 12:22:17 2000
@@ -14,7 +14,7 @@
#ifdef HAVE_SYS_TERMIO_H
#include <sys/termio.h>
-#else
+#elif !defined(HAVE_SYS_IOCTL_H)
#include <sgtty.h>
#endif