From c6ac3c3a679fd8aa528ae1f4f32b97b12bfee1fa Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 28 Aug 2000 15:03:56 +0000 Subject: [PATCH] (bcopy, bzero, bcmp): Don't define. --- src/s/sco5.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/s/sco5.h b/src/s/sco5.h index 863f303f7a7..8bce2d48063 100644 --- a/src/s/sco5.h +++ b/src/s/sco5.h @@ -121,11 +121,6 @@ Boston, MA 02111-1307, USA. */ #define MAIL_PROGRAM_NAME "/usr/lib/mail/execmail" #endif -/* miano@acosta.enet.dec.com says these are needed. */ -#define bcopy(b1,b2,len) memmove (b2, b1, len) -#define bzero(b,len) memset (b, 0, len) -#define bcmp(b1,b2,len) memcmp (b1, b2, len) - /* Tell process_send_signal to use VSUSP instead of VSWTCH. */ #define PREFER_VSUSP -- 2.39.2