Skip to content
Snippets Groups Projects
Commit 7add06a4 authored by Sean Bright's avatar Sean Bright
Browse files

Fix a problem found while building res_snmp.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@154919 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 0d25ddd3
No related branches found
No related tags found
No related merge requests found
...@@ -176,6 +176,14 @@ struct ast_module; ...@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment