diff options
Diffstat (limited to 'sysdep/unix')
-rw-r--r-- | sysdep/unix/alloc.c | 2 | ||||
-rw-r--r-- | sysdep/unix/krt.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdep/unix/alloc.c b/sysdep/unix/alloc.c index c8f1c83f..08fc9980 100644 --- a/sysdep/unix/alloc.c +++ b/sysdep/unix/alloc.c @@ -35,7 +35,7 @@ long page_size = 0; 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 { diff --git a/sysdep/unix/krt.c b/sysdep/unix/krt.c index 7a078fb9..0664f4c1 100644 --- a/sysdep/unix/krt.c +++ b/sysdep/unix/krt.c @@ -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) |