aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk11
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2015-09-20 21:35:49 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2015-09-20 21:35:49 +0000
commitae7a950a83fafd0821a0a459792d80215520f2d6 (patch)
treee7acb67a40afd24d2a192b1b0f6ec82296dc9fd1 /net/asterisk11
parentc6e3397f1fa66b6dfc3c7f53039cceb9ed9f66a5 (diff)
downloadports-ae7a950a83fafd0821a0a459792d80215520f2d6.tar.gz
ports-ae7a950a83fafd0821a0a459792d80215520f2d6.zip
Notes
Diffstat (limited to 'net/asterisk11')
-rw-r--r--net/asterisk11/files/patch-include-asterisk-astobj2.h10
-rw-r--r--net/asterisk11/files/patch-include-asterisk-config.h11
2 files changed, 0 insertions, 21 deletions
diff --git a/net/asterisk11/files/patch-include-asterisk-astobj2.h b/net/asterisk11/files/patch-include-asterisk-astobj2.h
deleted file mode 100644
index 4c1628eaf643..000000000000
--- a/net/asterisk11/files/patch-include-asterisk-astobj2.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- include/asterisk/astobj2.h.orig 2015-07-24 22:06:05 UTC
-+++ include/asterisk/astobj2.h
-@@ -1520,5 +1520,7 @@ void __ao2_cleanup_debug(void *obj, cons
- #else
- #define ao2_cleanup(obj) __ao2_cleanup(obj)
- #endif
-+static inline void ao2_cleanup_cleanup(void *obj)
-+ { ao2_cleanup(*(void **)obj); }
- void ao2_iterator_cleanup(struct ao2_iterator *iter);
- #endif /* _ASTERISK_ASTOBJ2_H */
diff --git a/net/asterisk11/files/patch-include-asterisk-config.h b/net/asterisk11/files/patch-include-asterisk-config.h
deleted file mode 100644
index cff3d02e1711..000000000000
--- a/net/asterisk11/files/patch-include-asterisk-config.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/asterisk/config.h.orig 2015-07-24 22:06:05 UTC
-+++ include/asterisk/config.h
-@@ -491,6 +491,8 @@ struct ast_variable *ast_variables_rever
- * This function frees a list of variables.
- */
- void ast_variables_destroy(struct ast_variable *var);
-+static inline void ast_variables_destroy_cleanup(struct ast_variable **var)
-+ { ast_variables_destroy(*var); }
-
- /*!
- * \brief Register config engine