summaryrefslogtreecommitdiff
path: root/net/asterisk-bristuff/files/patch-pbx::pbx_wilcalu.c
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2006-01-17 22:27:45 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2006-01-17 22:27:45 +0000
commite61e1d66bd617141dc294a78d82e163554034060 (patch)
tree82d56db941093217a7c6bf1b3f6b2ba800639f4c /net/asterisk-bristuff/files/patch-pbx::pbx_wilcalu.c
parentUpdate to version 1.2rc2 (diff)
Update to 1.2.1.
Notes
Notes: svn path=/head/; revision=153765
Diffstat (limited to 'net/asterisk-bristuff/files/patch-pbx::pbx_wilcalu.c')
-rw-r--r--net/asterisk-bristuff/files/patch-pbx::pbx_wilcalu.c14
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){