diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-25 00:59:08 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-25 01:00:47 -0600 |
commit | 782701daad172bd414661cac11c39580618e7c77 (patch) | |
tree | 24b9e1a16a58cab483879ca10c6b71d17c058336 /package/mpd/patches | |
parent | 32466fbcf251f7cfdca59efce7c84f77e14f3591 (diff) |
update to latest upstream
Diffstat (limited to 'package/mpd/patches')
-rw-r--r-- | package/mpd/patches/patch-src_thread_Id_hxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/mpd/patches/patch-src_thread_Id_hxx b/package/mpd/patches/patch-src_thread_Id_hxx deleted file mode 100644 index 21dd19846..000000000 --- a/package/mpd/patches/patch-src_thread_Id_hxx +++ /dev/null @@ -1,11 +0,0 @@ ---- mpd-0.18.9.orig/src/thread/Id.hxx 2013-12-11 20:51:53.000000000 +0100 -+++ mpd-0.18.9/src/thread/Id.hxx 2014-03-26 09:04:04.000000000 +0100 -@@ -84,7 +84,7 @@ public: - #ifdef WIN32 - return id == other.id; - #else -- return ::pthread_equal(id, other.id); -+ return pthread_equal(id, other.id); - #endif - } - |