X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_random.c;h=def0ba685b51b704520934687cdea5d2ada744d6;hb=61a4ed99b1a5b6d371bb745933d0efc5dff9505c;hp=cf926f9c81a150371d36af82547c6963ff92316f;hpb=1ecde57a53fc7c50e6b0139ad745b868413d420c;p=collectd.git diff --git a/src/daemon/utils_random.c b/src/daemon/utils_random.c index cf926f9c..def0ba68 100644 --- a/src/daemon/utils_random.c +++ b/src/daemon/utils_random.c @@ -32,7 +32,7 @@ #include static pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER; -static _Bool have_seed = 0; +static bool have_seed = 0; static unsigned short seed[3]; static void cdrand_seed(void) {