This fixes ../screen-4.6.2/pty.c: In function 'OpenPTY': ../screen-4.6.2/pty.c:328:7: warning: implicit declaration of function 'openpty'; did you mean 'openat'? [-Wimplicit-function-declaration] if (openpty(&f, &s, TtyName, NULL, NULL) != 0) ^~~~~~~ Signed-off-by: Amadeusz Sławiński Signed-off-by: Adrian Bunk Upstream-Status: Backport --- pty.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pty.c b/pty.c index 1c0660e..502338f 100644 --- a/pty.c +++ b/pty.c @@ -47,11 +47,7 @@ # include #endif -#ifdef ISC -# include -# include -# include -#endif +#include #ifdef sgi # include