diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/irix6-0.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/s/irix6-0.h b/src/s/irix6-0.h index effe7851b6e..d6bc7820337 100644 --- a/src/s/irix6-0.h +++ b/src/s/irix6-0.h | |||
| @@ -29,3 +29,11 @@ | |||
| 29 | /* Canced the #define that is in irix5-0.h. */ | 29 | /* Canced the #define that is in irix5-0.h. */ |
| 30 | #undef ospeed | 30 | #undef ospeed |
| 31 | #endif | 31 | #endif |
| 32 | |||
| 33 | /* Cancel some #define's in usg5-4.h. | ||
| 34 | Larry Hunter <hunter@nlm.nih.gov> said this was needed | ||
| 35 | for Irix 6.5. Let's see if it is safe in 6.N, N<5, as well. */ | ||
| 36 | #undef TIOCSIGSEND | ||
| 37 | #undef bcopy | ||
| 38 | #undef bcmp | ||
| 39 | #undef bzero | ||