]> granicus.if.org Git - apache/commitdiff
Use 'unsigned int' instead of 'int' for bitfields
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 21 Dec 2015 12:17:32 +0000 (12:17 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 21 Dec 2015 12:17:32 +0000 (12:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1721139 13f79535-47bb-0310-9956-ffa450edef68

include/http_core.h

index 92bf161ce2b15d5e38fd196416e8dfdcfe91a4b1..3ecd5f119f00d0c6d77745bc0200f3fed41322b7 100644 (file)
@@ -725,7 +725,7 @@ typedef struct {
     apr_array_header_t *protocols;
     int protocols_honor_order;
     int async_filter;
-    int async_filter_set:1;
+    unsigned int async_filter_set:1;
 } core_server_config;
 
 /* for AddOutputFiltersByType in core.c */