Fix a problem found while building res_snmp.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@154919 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
Sean Bright 17 years ago
parent 0d25ddd366
commit 7add06a4d6

@ -176,6 +176,14 @@ struct ast_module;
struct ast_variable;
struct ast_str;
#ifdef bzero
#undef bzero
#endif
#ifdef bcopy
#undef bcopy
#endif
#define bzero 0x__dont_use_bzero__use_memset_instead""
#define bcopy 0x__dont_use_bcopy__use_memmove_instead()

Loading…
Cancel
Save