summaryrefslogtreecommitdiffstats
path: root/redhat/applications/ktorrent/ktorrent-14.0.0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/applications/ktorrent/ktorrent-14.0.0.patch')
-rw-r--r--redhat/applications/ktorrent/ktorrent-14.0.0.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/redhat/applications/ktorrent/ktorrent-14.0.0.patch b/redhat/applications/ktorrent/ktorrent-14.0.0.patch
deleted file mode 100644
index 10a3e77c3..000000000
--- a/redhat/applications/ktorrent/ktorrent-14.0.0.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/plugins/upnp/upnpmcastsocket.cpp b/plugins/upnp/upnpmcastsocket.cpp
-index 3b8be45..0172ed2 100644
---- a/plugins/upnp/upnpmcastsocket.cpp
-+++ b/plugins/upnp/upnpmcastsocket.cpp
-@@ -21,7 +21,7 @@
- #include <kurl.h>
- extern "C" {
- #include <unistd.h>
-- inline ssize_t mycread (int __fd, void *__buf, size_t __nbytes) { read(__fd, __buf, __nbytes); }
-+ inline ssize_t mycread (int __fd, void *__buf, size_t __nbytes) { return read(__fd, __buf, __nbytes); }
- };
- #include <sys/socket.h>
- #include <netinet/in.h>