diff options
Diffstat (limited to 'audio/lash/files/patch-lashd-conn_mgr.c')
-rw-r--r-- | audio/lash/files/patch-lashd-conn_mgr.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/audio/lash/files/patch-lashd-conn_mgr.c b/audio/lash/files/patch-lashd-conn_mgr.c deleted file mode 100644 index 38042102d93e..000000000000 --- a/audio/lash/files/patch-lashd-conn_mgr.c +++ /dev/null @@ -1,15 +0,0 @@ ---- lashd/conn_mgr.c.orig 2008-01-02 20:26:00.000000000 +0100 -+++ lashd/conn_mgr.c 2008-01-02 20:27:11.000000000 +0100 -@@ -759,7 +759,11 @@ - - fprintf(stderr, "%s: error calling select(): %s\n", __FUNCTION__, - strerror(errno)); -- return NULL; -+ -+ if (errno == EBADF) -+ continue; -+ else -+ return NULL; - } - - if (conn_mgr->quit) |