Mercurial > emacs
changeset 48457:02e59b2006cd
(bcopy, bzero, bcmp): Don't define.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 19 Nov 2002 14:46:27 +0000 |
parents | 8f7ad3143e4b |
children | 529b76727fef |
files | src/s/sco4.h src/s/usg5-4.h |
diffstat | 2 files changed, 0 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/sco4.h Tue Nov 19 13:05:28 2002 +0000 +++ b/src/s/sco4.h Tue Nov 19 14:46:27 2002 +0000 @@ -128,11 +128,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
--- a/src/s/usg5-4.h Tue Nov 19 13:05:28 2002 +0000 +++ b/src/s/usg5-4.h Tue Nov 19 14:46:27 2002 +0000 @@ -189,14 +189,6 @@ So give it a try. */ #define HAVE_SOCKETS -#ifndef HAVE_BCOPY -#define bcopy(src,dst,n) memmove (dst,src,n) -#define bzero(s,n) memset (s,0,n) -#endif -#ifndef HAVE_BCMP -#define bcmp(src,dst,n) memcmp (src,dst,n) -#endif - /* Markus Weiand <weiand@khof.com> says this is needed for Motif on SINIX. */ #undef LIBS_SYSTEM