diff options
Diffstat (limited to 'source4/lib/util/safe_string.h')
-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 */ |