blob: 0e45ae964f410b2ab52c2da3a1234daa0286c547 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- 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 */
};
|