diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-02 09:01:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-02 09:01:39 +0000 |
commit | 644d120595f6f5f4a5134bd8e08d237017a0bedc (patch) | |
tree | f4cc9626cb16a8b5431b1e3ebbc504a0f014a348 /databases/mysql-gui-tools/files/patch-common-source-linux_MDispatcher.cc | |
parent | - Update to 2011.08.01 (diff) |
Remove ports BROKEN for more than 6 months
devel/simian
databases/mysql-gui-tools
Approved by: gahr (maintainer)
Notes
Notes:
svn path=/head/; revision=278771
Diffstat (limited to 'databases/mysql-gui-tools/files/patch-common-source-linux_MDispatcher.cc')
-rw-r--r-- | databases/mysql-gui-tools/files/patch-common-source-linux_MDispatcher.cc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/mysql-gui-tools/files/patch-common-source-linux_MDispatcher.cc b/databases/mysql-gui-tools/files/patch-common-source-linux_MDispatcher.cc deleted file mode 100644 index 00fc479df048..000000000000 --- a/databases/mysql-gui-tools/files/patch-common-source-linux_MDispatcher.cc +++ /dev/null @@ -1,13 +0,0 @@ ---- common/source/linux/MDispatcher.cc.orig 2008-09-25 08:24:31.000000000 +0000 -+++ common/source/linux/MDispatcher.cc 2008-09-25 08:25:09.000000000 +0000 -@@ -21,8 +21,8 @@ - #include <unistd.h>
- #include <mysql.h>
-
--#define MX_LOCK(mx) { if (0) g_message("[%i]:%s: LOCK %s", (int)pthread_self(), __FUNCTION__, #mx); pthread_mutex_lock(mx); }
--#define MX_UNLOCK(mx) { if (0) g_message("[%i]:%s: UNLOCK %s", (int)pthread_self(), __FUNCTION__, #mx); pthread_mutex_unlock(mx); }
-+#define MX_LOCK(mx) { if (0) g_message("[%lu]:%s: LOCK %s", (unsigned long)pthread_self(), __FUNCTION__, #mx); pthread_mutex_lock(mx); }
-+#define MX_UNLOCK(mx) { if (0) g_message("[%lu]:%s: UNLOCK %s", (unsigned long)pthread_self(), __FUNCTION__, #mx); pthread_mutex_unlock(mx); }
-
-
- void *MDispatcher::thread_func(Fetcher *self)
|