mirror of the now-defunct rocklinux.org
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.
 
 
 
 
 
 

12 lines
368 B

--- ./client/mysqltest.c 2005-05-01 08:53:22.012954280 +0200
+++ ./client/mysqltest.c 2005-05-01 08:55:04.275408024 +0200
@@ -3901,6 +3901,9 @@
uint len;
} FOLLOWS;
+// avoid conflict with asm/bitops.h
+#define set_bit my_set_bit
+#define clear_bit my_clear_bit
static int init_sets(REP_SETS *sets,uint states);
static REP_SET *make_new_set(REP_SETS *sets);