summaryrefslogtreecommitdiff
path: root/user/xterm/posix-ptmx.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/xterm/posix-ptmx.patch')
-rw-r--r--user/xterm/posix-ptmx.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/xterm/posix-ptmx.patch b/user/xterm/posix-ptmx.patch
index 351aba9ab..6d1a859cd 100644
--- a/user/xterm/posix-ptmx.patch
+++ b/user/xterm/posix-ptmx.patch
@@ -1,6 +1,6 @@
--- xterm/main.c.old
+++ xterm/main.c
-@@ -2654,7 +2654,7 @@ get_pty(int *pty, char *from GCC_UNUSED)
+@@ -2892,7 +2892,7 @@ get_pty(int *pty, char *from GCC_UNUSED)
close(opened_tty);
opened_tty = -1;
}
@@ -9,7 +9,7 @@
if ((*pty = posix_openpt(O_RDWR)) >= 0) {
char *name = ptsname(*pty);
if (name != 0) {
-@@ -3735,7 +3735,7 @@ spawnXTerm(XtermWidget xw)
+@@ -4040,7 +4040,7 @@ spawnXTerm(XtermWidget xw)
/*
* now in child process
*/