From 40a3261d1a6e2617f6afde0cd6d762a7e211af7a Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sun, 16 Oct 2005 07:41:55 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'. --- net/asterisk14/files/patch-pbx::pbx_wilcalu.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 net/asterisk14/files/patch-pbx::pbx_wilcalu.c (limited to 'net/asterisk14/files/patch-pbx::pbx_wilcalu.c') diff --git a/net/asterisk14/files/patch-pbx::pbx_wilcalu.c b/net/asterisk14/files/patch-pbx::pbx_wilcalu.c deleted file mode 100644 index 41722c65568d..000000000000 --- a/net/asterisk14/files/patch-pbx::pbx_wilcalu.c +++ /dev/null @@ -1,14 +0,0 @@ ---- pbx/pbx_wilcalu.c.orig Tue Apr 26 10:00:28 2005 -+++ pbx/pbx_wilcalu.c Tue Apr 26 10:03:42 2005 -@@ -82,6 +82,11 @@ - fds[0].events = POLLIN; - poll(fds, 1, -1); - bytes=read(fd,buf,256); -+ if (bytes <= 0) { -+ /* XXX error on device, sleep a bit before retrying */ -+ sleep(1); -+ continue; -+ } - buf[(int)bytes]=0; - - if(bytes>0){ -- cgit v1.2.3