diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-08-21 23:29:37 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-08-21 23:29:37 +0000 |
commit | db14b9f38a9cc7de99fc52c04ada0a43a911b26d (patch) | |
tree | de547461edc29a7d9d85d29a32c992e11d16bd04 /net/asterisk16/files/patch-main::frame.c | |
parent | 0c7b2eeb40e6582eb1cba8684962f4ad5429f081 (diff) |
Notes
Diffstat (limited to 'net/asterisk16/files/patch-main::frame.c')
-rw-r--r-- | net/asterisk16/files/patch-main::frame.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/asterisk16/files/patch-main::frame.c b/net/asterisk16/files/patch-main::frame.c deleted file mode 100644 index d520d429220b..000000000000 --- a/net/asterisk16/files/patch-main::frame.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- main/frame.c -+++ main/frame.c -@@ -1260,7 +1260,7 @@ - - switch(type) { - case TYPE_DONTSEND: -- return 0; -+ return 2; - break; - case TYPE_SILENCE: - return 4; |