Skip to content

Instantly share code, notes, and snippets.

@rochefort
Created August 13, 2011 07:32
Show Gist options
  • Select an option

  • Save rochefort/1143577 to your computer and use it in GitHub Desktop.

Select an option

Save rochefort/1143577 to your computer and use it in GitHub Desktop.
screen-4.0.3/pty.c for Mac OS 10.7
--- 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