# HG changeset patch # User Dave Love # Date 1036004326 0 # Node ID 1ff808bd5f948d0f5287ff509d7c1dec1634f184 # Parent 3bbdce4d2437d3f66c381e9a9581b6df4426d263 Don't include strings.h. (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef. diff -r 3bbdce4d2437 -r 1ff808bd5f94 src/s/sol2-5.h --- a/src/s/sol2-5.h Wed Oct 30 18:57:59 2002 +0000 +++ b/src/s/sol2-5.h Wed Oct 30 18:58:46 2002 +0000 @@ -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