patch-process_c 354 B

123456789101112131415
  1. --- screen-4.0.3.orig/process.c 2003-09-18 14:53:54.000000000 +0200
  2. +++ screen-4.0.3/process.c 2014-02-19 08:27:28.000000000 +0100
  3. @@ -35,12 +35,6 @@
  4. #include "config.h"
  5. -
  6. -/* for solaris 2.1, Unixware (SVR4.2) and possibly others: */
  7. -#ifdef SVR4
  8. -# include <sys/stropts.h>
  9. -#endif
  10. -
  11. #include "screen.h"
  12. #include "extern.h"
  13. #include "logfile.h"