]> granicus.if.org Git - apache/commitdiff
Don't hardcode the location of the test_char.h header. The path should be added...
authorBradley Nicholes <bnicholes@apache.org>
Sat, 3 Jan 2004 19:18:53 +0000 (19:18 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Sat, 3 Jan 2004 19:18:53 +0000 (19:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102164 13f79535-47bb-0310-9956-ffa450edef68

modules/loggers/mod_log_forensic.c

index 3a7b010deb555a387b2114d4a4f38b1745e0017c..9c9ff7a8a30cc251365356f88fd76c65fac5f4ce 100644 (file)
@@ -75,7 +75,7 @@
 #include "apr_atomic.h"
 #include <unistd.h>
 #include "http_protocol.h"
-#include "../../server/test_char.h"
+#include "test_char.h"
 
 module AP_MODULE_DECLARE_DATA log_forensic_module;
 
@@ -84,7 +84,7 @@ typedef struct fcfg {
     apr_file_t *fd;
 } fcfg;
 
-static int next_id;
+static apr_uint32_t next_id;
 
 static void *make_forensic_log_scfg(apr_pool_t *p, server_rec *s)
 {