Guest User

Untitled

a guest
Jun 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. --- pty.c 2003-09-08 23:26:18.000000000 +0900
  2. +++ pty.c 2010-11-11 20:17:05.000000000 +0900
  3. @@ -33,11 +33,6 @@
  4. # include <sys/ioctl.h>
  5. #endif
  6.  
  7. -/* for solaris 2.1, Unixware (SVR4.2) and possibly others */
  8. -#ifdef HAVE_SVR4_PTYS
  9. -# include <sys/stropts.h>
  10. -#endif
  11. -
  12. #if defined(sun) && defined(LOCKPTY) && !defined(TIOCEXCL)
  13. # include <sys/ttold.h>
  14. #endif
Add Comment
Please, Sign In to add comment