summaryrefslogtreecommitdiff
path: root/package/libmpdclient/patches/patch-src_socket_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-01-09 04:00:26 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2022-01-15 15:00:49 +0100
commitba112c59c209ebf5b736105e31c9663bd506fc06 (patch)
treea68277003ef75614976f412211a24546e8e5a94c /package/libmpdclient/patches/patch-src_socket_c
parentd0894cdd9ae976b235c663d4da05ee0ba2a167ff (diff)
libmpdclient: update to 2.20
Diffstat (limited to 'package/libmpdclient/patches/patch-src_socket_c')
-rw-r--r--package/libmpdclient/patches/patch-src_socket_c10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/libmpdclient/patches/patch-src_socket_c b/package/libmpdclient/patches/patch-src_socket_c
deleted file mode 100644
index 5417eccd7..000000000
--- a/package/libmpdclient/patches/patch-src_socket_c
+++ /dev/null
@@ -1,10 +0,0 @@
---- libmpdclient-2.8.orig/src/socket.c 2010-01-01 15:17:56.000000000 +0100
-+++ libmpdclient-2.8/src/socket.c 2013-09-18 11:03:04.000000000 +0200
-@@ -35,6 +35,7 @@
- #include <stdlib.h>
- #include <stdio.h>
- #include <fcntl.h>
-+#include <sys/select.h>
- #include <unistd.h>
-
- #ifdef WIN32