diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2014-09-10 20:58:28 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2014-09-10 20:58:28 +0000 |
commit | d2e1ba77b54316b75dfff2ab839b8d88574b71e2 (patch) | |
tree | 7de8b63e073d2918703886483c5bb194258757c1 /www/mod_log_sql2/files/patch-functions13.h | |
parent | Allow staging as a regular user (diff) |
- allow build with apache22/24
- add pkg-message
- remove install message from Makefile
- remove apache13 fix
- add sample module config file instead using apxs to
install the LoadModule lines into httpd.conf
- install module file into APACHEETCDIR/modules.d
Special Thanks to Simon Wright for testing the port!
Notes
Notes:
svn path=/head/; revision=367890
Diffstat (limited to 'www/mod_log_sql2/files/patch-functions13.h')
-rw-r--r-- | www/mod_log_sql2/files/patch-functions13.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/mod_log_sql2/files/patch-functions13.h b/www/mod_log_sql2/files/patch-functions13.h deleted file mode 100644 index 4fda5d4d58bc..000000000000 --- a/www/mod_log_sql2/files/patch-functions13.h +++ /dev/null @@ -1,11 +0,0 @@ ---- functions13.h.orig Fri Apr 16 15:03:25 2004 -+++ functions13.h Fri Apr 16 15:03:46 2004 -@@ -37,7 +37,7 @@ - - static const char *extract_request_duration(request_rec *r, char *a) - { -- return ap_psprintf(r->pool, "%ld", time(NULL) - r->request_time); -+ return ap_psprintf(r->pool, "%ld", (long)time(NULL) - r->request_time); - } - - static const char *extract_request_timestamp(request_rec *r, char *a) |