diff options
| -rw-r--r-- | src/s/irix6-0.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/s/irix6-0.h b/src/s/irix6-0.h index e0950127f7c..52b193dc645 100644 --- a/src/s/irix6-0.h +++ b/src/s/irix6-0.h | |||
| @@ -31,19 +31,4 @@ | |||
| 31 | #undef ospeed | 31 | #undef ospeed |
| 32 | #endif | 32 | #endif |
| 33 | 33 | ||
| 34 | /* Cancel some #define's in usg5-4.h. | ||
| 35 | Larry Hunter <hunter@nlm.nih.gov> said this was needed | ||
| 36 | for Irix 6.5. Let's see if it is safe in 6.N, N<5, as well. */ | ||
| 37 | /* Extrapolating from Irix 6.5, the problem is that (at least) the | ||
| 38 | bzero definition breaks what the X headers do. The following means | ||
| 39 | that we lack prototypes for these functions, and we presumably lose | ||
| 40 | at least in the 64-bit ABI (though that's only supported on Irix | ||
| 41 | 6.5, which I can test). We may be saved by the fact that these | ||
| 42 | appear to be intrinsics in the SGI (Cray) compiler. It's probably | ||
| 43 | appropriate to include strings.h here, but I can't test it. See | ||
| 44 | irix6-5.h. -- fx */ | ||
| 45 | #undef bcopy | ||
| 46 | #undef bcmp | ||
| 47 | #undef bzero | ||
| 48 | |||
| 49 | #undef TIOCSIGSEND | 34 | #undef TIOCSIGSEND |