aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_mysql_another
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2006-05-15 13:24:49 +0000
committerMartin Blapp <mbr@FreeBSD.org>2006-05-15 13:24:49 +0000
commit175bd021b4969b46e5dd7a1f929ee72df9bba7c6 (patch)
tree5594f9e53e66b6e23351fa607312afdd1f961f05 /www/mod_auth_mysql_another
parent28f968e38aecfca99842a5c484bf9436ba947619 (diff)
downloadports-175bd021b4969b46e5dd7a1f929ee72df9bba7c6.tar.gz
ports-175bd021b4969b46e5dd7a1f929ee72df9bba7c6.zip
Change ap_pstrcat to apr_pstrcat for the apache22 case.
Notes
Notes: svn path=/head/; revision=162436
Diffstat (limited to 'www/mod_auth_mysql_another')
-rw-r--r--www/mod_auth_mysql_another/files/patch-strcat11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/mod_auth_mysql_another/files/patch-strcat b/www/mod_auth_mysql_another/files/patch-strcat
new file mode 100644
index 000000000000..082e452a7b9a
--- /dev/null
+++ b/www/mod_auth_mysql_another/files/patch-strcat
@@ -0,0 +1,11 @@
+--- mod_auth_mysql.c.orig Mon May 15 15:19:50 2006
++++ mod_auth_mysql.c Mon May 15 15:20:06 2006
+@@ -206,7 +206,7 @@
+ #define SNPRINTF apr_snprintf
+ #define PSTRDUP apr_pstrdup
+ #define PSTRNDUP apr_pstrndup
+- #define STRCAT ap_pstrcat
++ #define STRCAT apr_pstrcat
+ #define POOL apr_pool_t
+ #include "http_request.h" /* for ap_hook_(check_user_id | auth_checker)*/
+ #include "ap_compat.h"