Mercurial > emacs
changeset 31227:694f1035db7c
(bcopy, bzero, bcmp): Don't define.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 28 Aug 2000 15:03:56 +0000 |
parents | 4b1b1196a217 |
children | 65c8313ed515 |
files | src/s/sco5.h |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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