Treewide: use bool instead of _Bool
[collectd.git] / src / target_v5upgrade.c
index 49f09f0..12c05d6 100644 (file)
@@ -213,7 +213,7 @@ static int v5_mysql_threads(const data_set_t *ds, value_list_t *vl) /* {{{ */
 static int v5_zfs_arc_counts(const data_set_t *ds, value_list_t *vl) /* {{{ */
 {
   value_list_t new_vl;
-  _Bool is_hits;
+  bool is_hits;
 
   if (vl->values_len != 4)
     return FC_TARGET_STOP;