From 67e266c69a7d2763d250398847913bed7db2a917 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Mon, 9 May 2005 13:50:22 +0000 Subject: [PATCH] Clifford Wolf: Fixed MySQL for new kernel headers [2005050214155112878] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5968 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/clifford/mysql/asm_bitops_h.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/clifford/mysql/asm_bitops_h.patch diff --git a/package/clifford/mysql/asm_bitops_h.patch b/package/clifford/mysql/asm_bitops_h.patch new file mode 100644 index 000000000..d8e212b3f --- /dev/null +++ b/package/clifford/mysql/asm_bitops_h.patch @@ -0,0 +1,12 @@ +--- ./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);