diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2008-12-09 07:57:16 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2008-12-09 07:57:16 +0000 |
commit | 7e53ba4e34f3c3d536c3fd5ddd1d27d69c65b62d (patch) | |
tree | 1ed4bdb9b9aff69545e24349088dcad539d8fd9f /misc/zaptel/files/patch-tools::fxotune.c | |
parent | Specify required perl version in PERL_CONFIGURE (diff) |
Update to 1.4.11. The port is much less tested and complete as the previous
1.4.6, but we have no choice since new asterisk depends on this version.
Submitted by: Oleksandr Tymoshenko <gonzo@bluezbox.com>
Notes
Notes:
svn path=/head/; revision=224019
Diffstat (limited to 'misc/zaptel/files/patch-tools::fxotune.c')
-rw-r--r-- | misc/zaptel/files/patch-tools::fxotune.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/misc/zaptel/files/patch-tools::fxotune.c b/misc/zaptel/files/patch-tools::fxotune.c deleted file mode 100644 index 68de19e824d7..000000000000 --- a/misc/zaptel/files/patch-tools::fxotune.c +++ /dev/null @@ -1,20 +0,0 @@ ---- tools/fxotune.c.orig Thu Jan 4 02:13:23 2007 -+++ tools/fxotune.c Wed Feb 6 11:43:10 2008 -@@ -320,7 +320,7 @@ - mycoefs.coef7 = mycoef7; - mycoefs.coef8 = mycoef8; - -- snprintf(completezappath, sizeof(completezappath), "%s/%d", zappath, myzap); -+ snprintf(completezappath, sizeof(completezappath), "%s/channel%d", zappath, myzap); - fd = open(completezappath, O_RDWR); - - if (fd < 0) { -@@ -356,7 +356,7 @@ - } - - for (i = 0; i < 252; i++) { -- snprintf(zapdev, sizeof(zapdev), "%s/%d", zappath, i+1); -+ snprintf(zapdev, sizeof(zapdev), "%s/channel%d", zappath, i+1); - - fd = open(zapdev, O_RDWR); - if (fd < 0) { |