diff options
author | mbr <mbr@FreeBSD.org> | 2006-05-15 21:24:49 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2006-05-15 21:24:49 +0800 |
commit | bca3b94df799931b2ceb28a6873db2cd4dd5760b (patch) | |
tree | 202b7d444401bcea2260c8ebbb7ab1b55e09735d /www | |
parent | 91f13f71320e6eb411c74c4127706bb757923c25 (diff) | |
download | freebsd-ports-gnome-bca3b94df799931b2ceb28a6873db2cd4dd5760b.tar.gz freebsd-ports-gnome-bca3b94df799931b2ceb28a6873db2cd4dd5760b.tar.zst freebsd-ports-gnome-bca3b94df799931b2ceb28a6873db2cd4dd5760b.zip |
Change ap_pstrcat to apr_pstrcat for the apache22 case.
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_auth_mysql_another/files/patch-strcat | 11 |
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" |