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

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