summaryrefslogtreecommitdiff
path: root/net/asterisk16/files/patch-main::manager.c
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2009-02-14 21:17:22 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2009-02-14 21:17:22 +0000
commit38e1f1309ac8d4eb76a1e98e8d2e5aa5e573755b (patch)
treeb10d7f236d9bf4d625ffaf944f93a31f5c4c27fe /net/asterisk16/files/patch-main::manager.c
parentRemove CONFLICTS to qt4, bump PORTREVISION (diff)
Add asterisk16 after repo-copy from net/asterisk. Some functions (e.g.
DAHDI support) are still missed and will be added on later date.
Notes
Notes: svn path=/head/; revision=228315
Diffstat (limited to 'net/asterisk16/files/patch-main::manager.c')
-rw-r--r--net/asterisk16/files/patch-main::manager.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/asterisk16/files/patch-main::manager.c b/net/asterisk16/files/patch-main::manager.c
deleted file mode 100644
index 8f5a95e48d43..000000000000
--- a/net/asterisk16/files/patch-main::manager.c
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- main/manager.c.orig
-+++ main/manager.c
-@@ -73,7 +73,7 @@
-
- struct fast_originate_helper {
- char tech[AST_MAX_EXTENSION];
-- char data[AST_MAX_EXTENSION];
-+ char data[AST_MAX_EXTENSION * 5];
- int timeout;
- char app[AST_MAX_APP];
- char appdata[AST_MAX_EXTENSION];