# HG changeset patch # User Gerd Moellmann # Date 976891726 0 # Node ID 67fa8a547b3d7ebff9940ca31c393b914275cbb9 # Parent 25c779da6773de802ec0fe8baecc984bd5da41b9 #undef bcopy & al here. Include strings.h. diff -r 25c779da6773 -r 67fa8a547b3d src/s/irix6-5.h --- a/src/s/irix6-5.h Fri Dec 15 14:48:30 2000 +0000 +++ b/src/s/irix6-5.h Fri Dec 15 14:48:46 2000 +0000 @@ -32,3 +32,16 @@ /* 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 */