diff options
author | kim <kim@pkgsrc.org> | 1999-08-28 17:50:41 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 1999-08-28 17:50:41 +0000 |
commit | d3848100bacbc9cae935b623c2979f86cbd5a1b1 (patch) | |
tree | 4fc0fed3fc67da5edac842265491e2637186b0a3 /x11/rxvt | |
parent | 75b49d86f80aca535a8af194cc4c5a3a5f4744d4 (diff) | |
download | pkgsrc-d3848100bacbc9cae935b623c2979f86cbd5a1b1.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')
-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++) { |