ports/devel/rlwrap/files/patch-src::ptytty.c
Kirill Ponomarev b1aa05c46f Update to 0.24
PR:		ports/88300
Submitted by:	maintainer
2005-11-01 10:03:23 +00:00

11 lines
352 B
C

--- src/ptytty.c.orig Mon Oct 31 16:01:11 2005
+++ src/ptytty.c Mon Oct 31 16:01:57 2005
@@ -41,7 +41,7 @@
#ifdef HAVE_SYS_IOCTL_H
# include <sys/ioctl.h>
#endif
-#if defined(PTYS_ARE_PTMX) && !defined(__CYGWIN32__)
+#if defined(PTYS_ARE_PTMX) && !defined(__CYGWIN32__) && !defined(__FreeBSD__)
# include <sys/stropts.h> /* for I_PUSH */
#endif