summaryrefslogtreecommitdiff
path: root/www/apache13-fp/files/patch-fh
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache13-fp/files/patch-fh')
-rw-r--r--www/apache13-fp/files/patch-fh24
1 files changed, 9 insertions, 15 deletions
diff --git a/www/apache13-fp/files/patch-fh b/www/apache13-fp/files/patch-fh
index a5090a058de8..0e45ae964f41 100644
--- a/www/apache13-fp/files/patch-fh
+++ b/www/apache13-fp/files/patch-fh
@@ -1,16 +1,10 @@
---- src/include/httpd.h.orig Mon Aug 16 12:57:53 1999
-+++ src/include/httpd.h Mon Sep 6 13:12:55 1999
-@@ -774,7 +774,12 @@
+--- src/include/httpd.h.orig Mon Oct 8 22:56:05 2001
++++ src/include/httpd.h Wed Oct 17 14:37:56 2001
+@@ -855,6 +855,7 @@
+ * record to improve 64bit alignment the next time we need to break
+ * binary compatibility for some other reason.
+ */
++ char *execfilename; /* physical filename to exec */
+ };
+
- char *unparsed_uri; /* the uri without any parsing performed */
- char *uri; /* the path portion of the URI */
-- char *filename;
-+ char *execfilename; /* physical filename to exec */
-+ char *filename; /* logical filename to exec -- always the same
-+ * except for FrontPage CGI programs where we
-+ * will execute the CGI program in
-+ * /usr/local/frontpage....
-+ */
- char *path_info;
- char *args; /* QUERY_ARGS, if any */
- struct stat finfo; /* ST_MODE set to zero if no such file */