Treewide: use bool instead of _Bool
[collectd.git] / src / bind.c
index ab501de..5937d26 100644 (file)
@@ -104,7 +104,7 @@ typedef struct list_info_ptr_s list_info_ptr_t;
 
 /* FIXME: Enabled by default for backwards compatibility. */
 /* TODO: Remove time parsing code. */
-static _Bool config_parse_time = 1;
+static bool config_parse_time = 1;
 
 static char *url = NULL;
 static int global_opcodes = 1;