# HG changeset patch
# User Gerd Moellmann <gerd@gnu.org>
# Date 967475036 0
# Node ID 694f1035db7ca105e5346cfeda6d23c2fe202081
# Parent  4b1b1196a2178514ca717b8cc5cc9099c10c7bd3
(bcopy, bzero, bcmp): Don't define.

diff -r 4b1b1196a217 -r 694f1035db7c src/s/sco5.h
--- a/src/s/sco5.h	Mon Aug 28 15:03:42 2000 +0000
+++ b/src/s/sco5.h	Mon Aug 28 15:03:56 2000 +0000
@@ -121,11 +121,6 @@
 #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