mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Fix a problem found while building res_snmp.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@154919 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -176,6 +176,14 @@ struct ast_module;
|
|||||||
struct ast_variable;
|
struct ast_variable;
|
||||||
struct ast_str;
|
struct ast_str;
|
||||||
|
|
||||||
|
#ifdef bzero
|
||||||
|
#undef bzero
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef bcopy
|
||||||
|
#undef bcopy
|
||||||
|
#endif
|
||||||
|
|
||||||
#define bzero 0x__dont_use_bzero__use_memset_instead""
|
#define bzero 0x__dont_use_bzero__use_memset_instead""
|
||||||
#define bcopy 0x__dont_use_bcopy__use_memmove_instead()
|
#define bcopy 0x__dont_use_bcopy__use_memmove_instead()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user