From: Dave Love Date: Wed, 31 Jul 2002 22:32:39 +0000 (+0000) Subject: Don't include strings.h. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~468 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4a35217e5d822b6984875f869e21f8ef5ff5f768;p=emacs.git Don't include strings.h. (bcopy, bzero, bcmp): Don't undef. --- diff --git a/src/s/irix6-5.h b/src/s/irix6-5.h index 39e129a4e3a..1ffe5ae9229 100644 --- a/src/s/irix6-5.h +++ b/src/s/irix6-5.h @@ -32,16 +32,4 @@ /* Cancel the #define that is in irix5-0.h. */ #undef ospeed -/* If we keep the #defines from usg5-4.h, we lose when using the X - headers because (at least) the bzero definition breaks their use of - strings.h. Including strings.h here gets us prototypes for them. - (They're in libc though also they seem to be intrinsics in the SGI - (Cray) compiler at least at version 7.3). -- fx */ -#undef bcopy -#undef bcmp -#undef bzero -#ifndef NOT_C_CODE -#include -#endif - #undef TIOCSIGSEND /* defined in usg5-4.h */