}
static inline void
-ea_unset_attr(ea_list **to, struct linpool *pool, _Bool local, uint code)
+ea_unset_attr(ea_list **to, struct linpool *pool, bool local, uint code)
{
struct ea_one_attr_list *ea = lp_alloc(pool, sizeof(*ea));
*ea = (struct ea_one_attr_list) {
if (AGGREGATOR_CFG->aggr_on)
cf_error("Only one aggregate on clause allowed");
- _Bool net_present = 0;
+ bool net_present = 0;
int count = 0;
for (const struct aggr_item_node *item = $3; item; item = item->next) {
#include "lib/socket.h"
#include "proto/bmp/map.h"
-#include <stdbool.h>
-
// Max length of MIB-II description object
#define MIB_II_STR_LEN 255
/* Types */
+#include <stdbool.h>
#include <stdint.h>
typedef int8_t s8;
typedef uint8_t u8;
STATIC_ASSERT(KEEP_PAGES_MAIN_MIN * 4 < KEEP_PAGES_MAIN_MAX);
-static _Bool use_fake = 0;
+static bool use_fake = 0;
#if DEBUGGING
struct free_page {
static timer *krt_scan_all_timer;
static int krt_scan_all_count;
-static _Bool krt_scan_all_tables;
+static bool krt_scan_all_tables;
static void
krt_scan_all(timer *t UNUSED)