Ticket #13009: patch-pty.c
File patch-pty.c, 303 bytes (added by afb@…, 17 years ago) |
---|
Line | |
---|---|
1 | --- ./pty.c.orig 2003-09-08 16:26:18.000000000 +0200 |
2 | +++ ./pty.c 2007-10-28 16:27:56.000000000 +0100 |
3 | @@ -34,7 +34,7 @@ |
4 | #endif |
5 | |
6 | /* for solaris 2.1, Unixware (SVR4.2) and possibly others */ |
7 | -#ifdef HAVE_SVR4_PTYS |
8 | +#if defined(HAVE_SVR4_PTYS) && !defined(__APPLE__) |
9 | # include <sys/stropts.h> |
10 | #endif |
11 |