aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/irix6-5.h12
1 files changed, 0 insertions, 12 deletions
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 @@
32/* Cancel the #define that is in irix5-0.h. */ 32/* Cancel the #define that is in irix5-0.h. */
33#undef ospeed 33#undef ospeed
34 34
35/* If we keep the #defines from usg5-4.h, we lose when using the X
36 headers because (at least) the bzero definition breaks their use of
37 strings.h. Including strings.h here gets us prototypes for them.
38 (They're in libc though also they seem to be intrinsics in the SGI
39 (Cray) compiler at least at version 7.3). -- fx */
40#undef bcopy
41#undef bcmp
42#undef bzero
43#ifndef NOT_C_CODE
44#include <strings.h>
45#endif
46
47#undef TIOCSIGSEND /* defined in usg5-4.h */ 35#undef TIOCSIGSEND /* defined in usg5-4.h */