Created
August 13, 2011 07:32
-
-
Save rochefort/1143577 to your computer and use it in GitHub Desktop.
screen-4.0.3/pty.c for Mac OS 10.7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- old/pty.c 2011-08-13 16:22:42.000000000 +0900 | |
| +++ new/pty.c 2011-08-13 16:28:31.000000000 +0900 | |
| @@ -33,11 +33,6 @@ | |
| # include <sys/ioctl.h> | |
| #endif | |
| -/* for solaris 2.1, Unixware (SVR4.2) and possibly others */ | |
| -#ifdef HAVE_SVR4_PTYS | |
| -# include <sys/stropts.h> | |
| -#endif | |
| - | |
| #if defined(sun) && defined(LOCKPTY) && !defined(TIOCEXCL) | |
| # include <sys/ttold.h> | |
| #endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment