Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 4155a4966968cfd0a1960af9ca55370e > files > 501

brltty-4.3-3.fc15.i686.rpm

--- ./pty.c.orig	2003-09-08 16:26:18.000000000 +0200
+++ ./pty.c	2007-10-28 16:27:56.000000000 +0100
@@ -34,7 +34,7 @@
 #endif
 
 /* for solaris 2.1, Unixware (SVR4.2) and possibly others */
-#ifdef HAVE_SVR4_PTYS
+#if defined(HAVE_SVR4_PTYS) && !defined(__APPLE__)
 # include <sys/stropts.h>
 #endif