Treewide: use bool instead of _Bool
[collectd.git] / src / unixsock.c
index bceafe6..47baffb 100644 (file)
@@ -62,7 +62,7 @@ static int sock_fd = -1;
 static char *sock_file = NULL;
 static char *sock_group = NULL;
 static int sock_perms = S_IRWXU | S_IRWXG;
-static _Bool delete_socket = 0;
+static bool delete_socket = 0;
 
 static pthread_t listen_thread = (pthread_t)0;