summaryrefslogtreecommitdiff
path: root/net/asterisk-bristuff/files/patch-frame.c
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2009-09-16 19:33:37 +0000
committerMax Khon <fjoe@FreeBSD.org>2009-09-16 19:33:37 +0000
commitd3465e9af0e9d213c4871c62bd585514b7afb6f1 (patch)
tree48a2385f2d68edb04d5551874ae28de16a90593c /net/asterisk-bristuff/files/patch-frame.c
parentUpdate to libpri 1.4.3 + bristuff-0.4.0-RC3g (diff)
Update to 1.4.26.2 + bristuff-0.4.0-RC3g.
All patches except 122-chan_zap-GSM.diff are present in cumulative bristuff patch. Sponsored by: Ethon Technologies GmbH Feature safe: yes
Notes
Notes: svn path=/head/; revision=241535
Diffstat (limited to 'net/asterisk-bristuff/files/patch-frame.c')
-rw-r--r--net/asterisk-bristuff/files/patch-frame.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/asterisk-bristuff/files/patch-frame.c b/net/asterisk-bristuff/files/patch-frame.c
deleted file mode 100644
index 753253c7af0d..000000000000
--- a/net/asterisk-bristuff/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;