diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-24 17:54:09 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-24 17:54:09 +0100 |
commit | a4e25d35371e6480664b04080361dc877b65de12 (patch) | |
tree | fef13aa54ee2517afaa83417f23b55195bd9fc8f /package/mpd/patches/patch-src_thread_Id_hxx | |
parent | 4a7a0f5434d0cc061e7538c32faeb677801270ac (diff) |
remove mpd read-only feature, needs rework with command line parameter
Diffstat (limited to 'package/mpd/patches/patch-src_thread_Id_hxx')
-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 dabee4007..000000000 --- a/package/mpd/patches/patch-src_thread_Id_hxx +++ /dev/null @@ -1,11 +0,0 @@ ---- mpd-0.18.5.orig/src/thread/Id.hxx 2013-11-18 23:50:46.000000000 +0100 -+++ mpd-0.18.5/src/thread/Id.hxx 2013-11-29 20:50:36.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 - } - |