summaryrefslogtreecommitdiff
path: root/www/w3c-httpd/files/patch-ca
diff options
context:
space:
mode:
Diffstat (limited to 'www/w3c-httpd/files/patch-ca')
-rw-r--r--www/w3c-httpd/files/patch-ca12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/w3c-httpd/files/patch-ca b/www/w3c-httpd/files/patch-ca
deleted file mode 100644
index 110d585868e2..000000000000
--- a/www/w3c-httpd/files/patch-ca
+++ /dev/null
@@ -1,12 +0,0 @@
---- Daemon/Implementation/CGIParse.c.orig Wed Jun 3 12:38:15 1998
-+++ Daemon/Implementation/CGIParse.c Wed Jun 3 12:38:41 1998
-@@ -293,7 +293,8 @@
- *cur = 0;
-
- if (init) {
-- printf("QUERY_STRING='%s'; export QUERY_STRING\n", query_string);
-+ printf("QUERY_STRING='%s'; export QUERY_STRING\n",
-+ sh_escape(query_string) );
- exit(0);
- }
- }