Created
November 11, 2010 11:11
-
-
Save Echos/672356 to your computer and use it in GitHub Desktop.
pty.c.patch
This file contains 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
--- pty.c 2003-09-08 23:26:18.000000000 +0900 | |
+++ pty.c 2010-11-11 20:17:05.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