diff options
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/irix5-0.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/irix5-0.h b/src/s/irix5-0.h index 1799e34562d..477f85756d4 100644 --- a/src/s/irix5-0.h +++ b/src/s/irix5-0.h | |||
| @@ -123,3 +123,7 @@ char *_getpty(); | |||
| 123 | #ifdef __GNUC__ | 123 | #ifdef __GNUC__ |
| 124 | #define C_DEBUG_SWITCH | 124 | #define C_DEBUG_SWITCH |
| 125 | #endif | 125 | #endif |
| 126 | |||
| 127 | /* Prevent the variable ospeed from being defined by -lcurses | ||
| 128 | because it defines it with too few bytes. */ | ||
| 129 | #define ospeed ospeed_ | ||