diff options
author | Max Khon <fjoe@FreeBSD.org> | 2010-11-29 04:29:46 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2010-11-29 04:29:46 +0000 |
commit | 8a74b966cdda9f5004ec0e730a4e3dcf501f5c7a (patch) | |
tree | 5156281971f56fca23f20b8a274e3ed4abae86c8 /net/asterisk/files/patch-main::frame.c | |
parent | Update to 4.2.2. (diff) |
Remove errorneously added patches from the old asterisk 1.4 port.
Pointy hat to: fjoe
Notes
Notes:
svn path=/head/; revision=265354
Diffstat (limited to 'net/asterisk/files/patch-main::frame.c')
-rw-r--r-- | net/asterisk/files/patch-main::frame.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/asterisk/files/patch-main::frame.c b/net/asterisk/files/patch-main::frame.c deleted file mode 100644 index 232de08a9e21..000000000000 --- a/net/asterisk/files/patch-main::frame.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- main/frame.c.orig Wed Jan 25 13:22:43 2006 -+++ main/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; |