From 763c0a8983cc39435489cca45389e33278e95e5b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 24 Apr 2006 16:15:29 +0000 Subject: 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) --- source4/lib/util/safe_string.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source4/lib') 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 */ -- cgit