diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-04-24 16:15:29 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:04:19 -0500 |
commit | 763c0a8983cc39435489cca45389e33278e95e5b (patch) | |
tree | 7e71787c86f400fb35c2ce7d9c7bcab7248226f7 /source4 | |
parent | c175e066b228c13d8947c0da0de554fbe64e3895 (diff) | |
download | samba-763c0a8983cc39435489cca45389e33278e95e5b.tar.gz samba-763c0a8983cc39435489cca45389e33278e95e5b.tar.bz2 samba-763c0a8983cc39435489cca45389e33278e95e5b.zip |
r15213: Remove helper macro for bcopy() - this causes problems
with system headers on some system and is not a security threat
(This used to be commit 5d2f845acc069b8435026b4f1c660b5bb0a96823)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/util/safe_string.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/lib/util/safe_string.h b/source4/lib/util/safe_string.h index 43e094467c..92d11ca848 100644 --- a/source4/lib/util/safe_string.h +++ b/source4/lib/util/safe_string.h @@ -25,11 +25,6 @@ /* Some macros to ensure people don't use buffer overflow vulnerable string functions. */ -#ifdef bcopy -#undef bcopy -#endif /* bcopy */ -#define bcopy(src,dest,size) __ERROR__XX__NEVER_USE_BCOPY___; - #ifdef strcpy #undef strcpy #endif /* strcpy */ |