summaryrefslogtreecommitdiff
path: root/x11/rxvt/patches
diff options
context:
space:
mode:
authorkim <kim>1999-08-28 17:50:41 +0000
committerkim <kim>1999-08-28 17:50:41 +0000
commit65ff71823b02a63814bc4a6263c814a61e859a08 (patch)
tree4fc0fed3fc67da5edac842265491e2637186b0a3 /x11/rxvt/patches
parent623220c0a7d48b5c4c90e123bf819dc2105bc93c (diff)
downloadpkgsrc-65ff71823b02a63814bc4a6263c814a61e859a08.tar.gz
Bogus patch (the pty name last char is hex).
This wasn't used either since it was not in the patch-sum file. Now we don't see the error even...
Diffstat (limited to 'x11/rxvt/patches')
-rw-r--r--x11/rxvt/patches/patch-ah13
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++) {