summaryrefslogtreecommitdiff
path: root/net/asterisk12/files/patch-frame.c
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2010-11-30 03:47:34 +0000
committerMax Khon <fjoe@FreeBSD.org>2010-11-30 03:47:34 +0000
commit2ba4e0c4c5fbb6c7264f10a834bb73484c72372c (patch)
tree4cdd34a729022ec6eadd3f74d67b81eb5fccaf23 /net/asterisk12/files/patch-frame.c
parent- Update to 1.4.37 (diff)
asterisk 1.2 has been EOL'ed upstream on 21 Nov 2010.
Notes
Notes: svn path=/head/; revision=265427
Diffstat (limited to 'net/asterisk12/files/patch-frame.c')
-rw-r--r--net/asterisk12/files/patch-frame.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/asterisk12/files/patch-frame.c b/net/asterisk12/files/patch-frame.c
deleted file mode 100644
index 753253c7af0d..000000000000
--- a/net/asterisk12/files/patch-frame.c
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- frame.c.orig Wed Jan 25 13:22:43 2006
-+++ frame.c Wed Jan 25 13:21:25 2006
-@@ -1170,7 +1170,7 @@ static int g723_len(unsigned char buf)
- {
- switch(buf & TYPE_MASK) {
- case TYPE_DONTSEND:
-- return 0;
-+ return 2;
- break;
- case TYPE_SILENCE:
- return 4;