summaryrefslogtreecommitdiff
path: root/www/php3/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'www/php3/patches/patch-ac')
-rw-r--r--www/php3/patches/patch-ac27
1 files changed, 0 insertions, 27 deletions
diff --git a/www/php3/patches/patch-ac b/www/php3/patches/patch-ac
deleted file mode 100644
index 86cf278612f..00000000000
--- a/www/php3/patches/patch-ac
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-ac,v 1.1 1999/05/03 19:45:44 tv Exp $
-
---- tls.h.orig Sun May 2 15:36:41 1999
-+++ tls.h Sun May 2 15:38:32 1999
-@@ -120,9 +120,13 @@
- int php3_preprocess;
- #if APACHE
- request_rec *php3_rqst;
-+#else
-+ void *__php3_rqst;
- #endif
- #if USE_SAPI
- struct sapi_request_info *sapi_rqst;
-+#else
-+ void *__sapi_rqst;
- #endif
- #if WIN32|WINNT
- unsigned int wintimer_counter;
-@@ -177,6 +181,8 @@
- /*info.c*/
- #if APACHE
- module *top_module;
-+#else
-+ void *__top_module;
- #endif
- /*pageinfo.c*/
- long page_uid;