From 3c9dc4f14b29bf54ce1349b6420187f9e1741efb Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 3 Jan 2016 01:06:30 +0100 Subject: [PATCH] xterm: update to 321 --- srcpkgs/xterm/patches/musl.patch | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/xterm/patches/musl.patch b/srcpkgs/xterm/patches/musl.patch index 5108acbac6b..fb2034b63d1 100644 --- a/srcpkgs/xterm/patches/musl.patch +++ b/srcpkgs/xterm/patches/musl.patch @@ -1,15 +1,15 @@ ---- main.c.orig 2015-08-19 00:25:35.000000000 +0000 -+++ main.c 2015-08-28 23:43:21.631378928 +0000 -@@ -2628,7 +2628,7 @@ - - #if defined(USE_OPENPTY) - result = openpty(pty, &opened_tty, ttydev, NULL, NULL); +--- main.c.orig ++++ main.c +@@ -2654,7 +2654,7 @@ get_pty(int *pty, char *from GCC_UNUSED) + close(opened_tty); + opened_tty = -1; + } -#elif defined(HAVE_POSIX_OPENPT) && defined(HAVE_PTSNAME) && defined(HAVE_GRANTPT_PTY_ISATTY) +#elif defined(HAVE_POSIX_OPENPT) && defined(HAVE_PTSNAME) if ((*pty = posix_openpt(O_RDWR)) >= 0) { char *name = ptsname(*pty); if (name != 0) { -@@ -3708,7 +3708,7 @@ +@@ -3735,7 +3735,7 @@ spawnXTerm(XtermWidget xw) /* * now in child process */