aboutsummaryrefslogtreecommitdiffstats
path: root/nest
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2023-10-15 12:06:11 +0200
committerMaria Matejka <mq@ucw.cz>2024-03-25 09:39:58 +0100
commitb95dc8f29f18eb177f91fdc4bf0716fac9b15366 (patch)
tree7291ca8136e7cf95cdf7b6cd7634508d31d0fc77 /nest
parent0b684a43bd7ce4a32c9cd7754b88286bcd1815bb (diff)
downloadbird-b95dc8f29f18eb177f91fdc4bf0716fac9b15366.tar.gz
Expanded usage of stdbool.h to the whole BIRD
Diffstat (limited to 'nest')
-rw-r--r--nest/route.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/route.h b/nest/route.h
index 12e85006..659783a8 100644
--- a/nest/route.h
+++ b/nest/route.h
@@ -655,7 +655,7 @@ ea_set_attr(ea_list **to, struct linpool *pool, uint id, uint flags, uint type,
}
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) {