summaryrefslogtreecommitdiff
path: root/audio/x11amp/files/patch-x11amp__controlsocket.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/x11amp/files/patch-x11amp__controlsocket.c')
-rw-r--r--audio/x11amp/files/patch-x11amp__controlsocket.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/x11amp/files/patch-x11amp__controlsocket.c b/audio/x11amp/files/patch-x11amp__controlsocket.c
deleted file mode 100644
index b14ccc687bd7..000000000000
--- a/audio/x11amp/files/patch-x11amp__controlsocket.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./x11amp/controlsocket.c.orig 1999-04-11 23:26:04.000000000 +0000
-+++ ./x11amp/controlsocket.c 2013-12-02 19:13:07.000000000 +0000
-@@ -178,7 +178,7 @@
- if(!select(fd+1,&set,NULL,NULL,&tv))
- {
- close(fd);
-- return;
-+ pthread_exit(NULL);
- }
- pkt = g_malloc0(sizeof(PacketNode));
- read(fd,&pkt->hdr,sizeof(ClientPktHeader));