# HG changeset patch # User Dave Love # Date 1028154759 0 # Node ID 663e60c7887e7283c55c665d5f46d404a1cc8c9b # Parent ecf2fa064eccff1838df865fee67b80bd769997e Don't include strings.h. (bcopy, bzero, bcmp): Don't undef. diff -r ecf2fa064ecc -r 663e60c7887e src/s/irix6-5.h --- a/src/s/irix6-5.h Wed Jul 31 22:32:15 2002 +0000 +++ b/src/s/irix6-5.h Wed Jul 31 22:32:39 2002 +0000 @@ -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 */