blob: 90d5636b4d8c6837b0fc0d762b9029815d7f00fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- screen-4.2.1.orig/pty.c 2014-04-26 12:58:35.000000000 +0200
+++ screen-4.2.1/pty.c 2014-05-01 13:04:48.000000000 +0200
@@ -39,9 +39,9 @@
#endif
/* for solaris 2.1, Unixware (SVR4.2) and possibly others */
-#ifdef HAVE_STROPTS_H
-# include <sys/stropts.h>
-#endif
+//#ifdef HAVE_STROPTS_H
+//# include <sys/stropts.h>
+//#endif
#if defined(sun) && defined(LOCKPTY) && !defined(TIOCEXCL)
# include <sys/ttold.h>
|