From: Dave Love Date: Wed, 30 Oct 2002 18:58:46 +0000 (+0000) Subject: Don't include strings.h. X-Git-Tag: ttn-vms-21-2-B4~12655 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a86892dc69ae91adcf8bb4b10f03a5f3085a1eb9;p=emacs.git Don't include strings.h. (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef. --- diff --git a/src/s/sol2-5.h b/src/s/sol2-5.h index e45849da405..6e2a1b77367 100644 --- a/src/s/sol2-5.h +++ b/src/s/sol2-5.h @@ -25,15 +25,3 @@ We can optimize this later. */ #undef USE_MMAP_FOR_BUFFERS - -/* Newer versions of Solaris have bcopy etc. as functions, with - prototypes in strings.h. They lose if the defines from usg5-4.h - are visible, which happens when X headers are included. */ -#ifdef HAVE_BCOPY -#undef bcopy -#undef bzero -#undef bcmp -#ifndef NOT_C_CODE -#include -#endif -#endif