X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/e8f5b936ad534e84c0bab9b1a41b1ce5680945f5..f578043391634ae1d345e84657fec7ecfb0f34a0:/rsync.h diff --git a/rsync.h b/rsync.h index 73452d92..345144d5 100644 --- a/rsync.h +++ b/rsync.h @@ -373,14 +373,6 @@ extern char *sys_errlist[]; extern int errno; #endif -#ifndef HAVE_BCOPY -#define bcopy(src,dest,n) memcpy(dest,src,n) -#endif - -#ifndef HAVE_BZERO -#define bzero(buf,n) memset(buf,0,n) -#endif - #define SUPPORT_LINKS HAVE_READLINK #define SUPPORT_HARD_LINKS HAVE_LINK