You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/cacti-spine/files/cacti-spine-1.2.5-my_bool.p...

12 lines
208 B

--- a/sql.c
+++ b/sql.c
@@ -229,7 +229,7 @@ void db_connect(int type, MYSQL *mysql) {
timeout = 5;
rtimeout = 10;
wtimeout = 20;
- my_bool reconnect = 1;
+ _Bool reconnect = 1;
mysql_init(mysql);