diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt/patches/patch-ah | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/rxvt/patches/patch-ah b/x11/rxvt/patches/patch-ah deleted file mode 100644 index d272919bd1e..00000000000 --- a/x11/rxvt/patches/patch-ah +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ah,v 1.3 1999/06/14 01:28:14 hubertf Exp $ - ---- 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] = ttydev[len] = *c1; - for (c2 = PTYCHAR2; *c2; c2++) { |