diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2014-12-15 14:46:25 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2014-12-15 14:46:25 +0000 |
commit | 8962a0c995f536bdf7c495333fe2463b1113fab8 (patch) | |
tree | c77ea663141f2f8ae238f15729c86904e862740d /net/asterisk13/files/patch-channels_sip_include_route.h | |
parent | PJSIP is a free and open source multimedia communication library (diff) |
Add asterisk13 port.
Fix CONFLICTS for asterisk ports and remove long deleted entries
references.
Upstream announce: http://blogs.digium.com/2014/10/28/asterisk-13-0-0-now-available/
Diffstat (limited to 'net/asterisk13/files/patch-channels_sip_include_route.h')
-rw-r--r-- | net/asterisk13/files/patch-channels_sip_include_route.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/asterisk13/files/patch-channels_sip_include_route.h b/net/asterisk13/files/patch-channels_sip_include_route.h new file mode 100644 index 000000000000..018fb7c158a5 --- /dev/null +++ b/net/asterisk13/files/patch-channels_sip_include_route.h @@ -0,0 +1,11 @@ +--- channels/sip/include/route.h.orig 2014-02-10 18:28:35 UTC ++++ channels/sip/include/route.h +@@ -98,7 +98,7 @@ void sip_route_dump(const struct sip_rou + * \retval NULL on failure + */ + struct ast_str *sip_route_list(const struct sip_route *route, int formatcli, int skip) +- __attribute_malloc__ __attribute_warn_unused_result__; ++ __attribute__((__malloc__)) __attribute__((__warn_unused_result__)); + + /*! + * \brief Check if the route is strict |