summaryrefslogtreecommitdiff
path: root/shells/pdksh/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2002-05-15 11:49:00 +0000
committerThomas Gellekum <tg@FreeBSD.org>2002-05-15 11:49:00 +0000
commit22263f8e8192a1e823a5112708c4011d60e526b5 (patch)
tree964720a3863646dbaa0c0d37083a2447162b2c0b /shells/pdksh/files
parentSince 2002/02/27 (v. 0.4), bin/xlhtml and bin/ppthtml have been lowercased, (diff)
Include distributed patches.
PR: 38071 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
Diffstat (limited to 'shells/pdksh/files')
-rw-r--r--shells/pdksh/files/patch-aa17
1 files changed, 0 insertions, 17 deletions
diff --git a/shells/pdksh/files/patch-aa b/shells/pdksh/files/patch-aa
deleted file mode 100644
index e2b07f548c96..000000000000
--- a/shells/pdksh/files/patch-aa
+++ /dev/null
@@ -1,17 +0,0 @@
---- jobs.c.orig Tue Jul 13 18:50:56 1999
-+++ jobs.c Wed Jul 21 08:10:45 1999
-@@ -1846,6 +1846,7 @@
- int alen;
- char **ap;
-
-+#if 0
- if (t->type == TEXEC || t->type == TCOM) {
- /* Causes problems when set -u is in effect, can also
- cause problems when array indices evaluated (may have
-@@ -1870,5 +1871,6 @@
- }
- *c = '\0';
- } else
-+#endif
- snptreef(c, len, "%T", t);
- }