From a8611e25d44211cd57a91dce4fe7d7a7ad7534d4 Mon Sep 17 00:00:00 2001 From: Jeff Layton <jlayton@samba.org> Date: Fri, 6 Jul 2012 11:48:18 -0400 Subject: replace: remove bzero() redefinition from replace.h I borrowed replace.h from samba when I split off the package, and we have a ton of definitions in there that we don't really need. This is one of them and it causes a warning when we build on RHEL5. Reported-by: Andreas Schneider <asn@samba.org> Signed-off-by: Jeff Layton <jlayton@samba.org> --- replace.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'replace.h') diff --git a/replace.h b/replace.h index ee4d618..a9fdf7e 100644 --- a/replace.h +++ b/replace.h @@ -269,10 +269,6 @@ int rep_ftruncate(int,off_t); int rep_initgroups(char *name, gid_t id); #endif -#if !defined(HAVE_BZERO) && defined(HAVE_MEMSET) -#define bzero(a,b) memset((a),'\0',(b)) -#endif - #ifndef HAVE_DLERROR #define dlerror rep_dlerror char *rep_dlerror(void); -- cgit v1.2.3