From a86892dc69ae91adcf8bb4b10f03a5f3085a1eb9 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 30 Oct 2002 18:58:46 +0000 Subject: [PATCH] Don't include strings.h. (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef. --- src/s/sol2-5.h | 12 ------------ 1 file changed, 12 deletions(-) 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 -- 2.39.2