]> git.ipfire.org Git - thirdparty/bird.git/blobdiff - sysdep/unix/krt.c
Expanded usage of stdbool.h to the whole BIRD
[thirdparty/bird.git] / sysdep / unix / krt.c
index 7a078fb9d79f2c5a34e420dbee32bbccf96be29d..0664f4c1dde5f348bf539b6c1fb0ef5c75f53656 100644 (file)
@@ -805,7 +805,7 @@ krt_got_route_async(struct krt_proto *p, rte *e, int new, s8 src)
 
 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)