]> granicus.if.org Git - apache/commitdiff
make the type of the variable explicit to quiet a gcc warning
authorJeff Trawick <trawick@apache.org>
Tue, 27 Aug 2002 11:18:57 +0000 (11:18 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 27 Aug 2002 11:18:57 +0000 (11:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96544 13f79535-47bb-0310-9956-ffa450edef68

modules/loggers/mod_log_config.c

index 615e93baf548f38e1362d5fe6c2adf86675a31d4..ab7ea4fd0e05ddb3d33fa74d1fe225d21f987f1a 100644 (file)
@@ -234,7 +234,7 @@ static void ap_log_set_writer_init(ap_log_writer_init *handle);
 static void ap_log_set_writer(ap_log_writer *handle);
 static ap_log_writer *log_writer = ap_default_log_writer;
 static ap_log_writer_init *log_writer_init = ap_default_log_writer_init;
-static buffered_logs = 0; /* default unbuffered */
+static int buffered_logs = 0; /* default unbuffered */
 
 /* POSIX.1 defines PIPE_BUF as the maximum number of bytes that is
  * guaranteed to be atomic when writing a pipe.  And PIPE_BUF >= 512