diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
commit | 40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch) | |
tree | d70bbf882801af3a4e58dde3ed6a1da1849479d4 /net/asterisk-bristuff/files/patch-pbx::pbx_wilcalu.c | |
parent | a9f801a2186fcb89f70f7dcb211c6d4922c0e3af (diff) |
Notes
Diffstat (limited to 'net/asterisk-bristuff/files/patch-pbx::pbx_wilcalu.c')
-rw-r--r-- | net/asterisk-bristuff/files/patch-pbx::pbx_wilcalu.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/asterisk-bristuff/files/patch-pbx::pbx_wilcalu.c b/net/asterisk-bristuff/files/patch-pbx::pbx_wilcalu.c deleted file mode 100644 index 41722c65568d..000000000000 --- a/net/asterisk-bristuff/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){ |