summaryrefslogtreecommitdiff
path: root/x11/rxvt/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'x11/rxvt/patches/patch-ah')
-rw-r--r--x11/rxvt/patches/patch-ah22
1 files changed, 11 insertions, 11 deletions
diff --git a/x11/rxvt/patches/patch-ah b/x11/rxvt/patches/patch-ah
index c36101bedac..d272919bd1e 100644
--- a/x11/rxvt/patches/patch-ah
+++ b/x11/rxvt/patches/patch-ah
@@ -1,13 +1,13 @@
-$NetBSD: patch-ah,v 1.2 1998/08/07 11:18:15 agc Exp $
+$NetBSD: patch-ah,v 1.3 1999/06/14 01:28:14 hubertf Exp $
---- src/command.c.orig Fri Sep 27 10:48:22 1996
-+++ src/command.c Mon Feb 24 01:25:51 1997
-@@ -509,7 +509,7 @@
- ttydev = tty_name;
+--- src/command.c.orig Thu Jun 3 15:17:09 1999
++++ src/command.c Mon Jun 14 02:07:23 1999
+@@ -316,7 +316,7 @@
+ ttydev = tty_name;
- # define PTYCHAR1 "pqrstuvwxyz"
--# define PTYCHAR2 "0123456789abcdef"
-+# define PTYCHAR2 "0123456789abcdefghijklmnopqrstuv"
- for (c1 = PTYCHAR1; *c1; c1++)
- {
- ptydev [len-2] = ttydev [len-2] = *c1;
+ # define PTYCHAR1 "pqrstuvwxyz"
+-# define PTYCHAR2 "0123456789abcdef"
++# define PTYCHAR2 "0123456789abcdefghijklmnopqrstuv"
+ for (c1 = PTYCHAR1; *c1; c1++) {
+ ptydev[len] = ttydev[len] = *c1;
+ for (c2 = PTYCHAR2; *c2; c2++) {