diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/cm.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -103,7 +103,7 @@ extern char PC; /* Pad character */ | |||
| 103 | #ifdef HAVE_TERMIOS_H | 103 | #ifdef HAVE_TERMIOS_H |
| 104 | #include <termios.h> | 104 | #include <termios.h> |
| 105 | /* HJL's version of libc is said to need this on the Alpha. */ | 105 | /* HJL's version of libc is said to need this on the Alpha. */ |
| 106 | speed_t ospeed; | 106 | extern speed_t ospeed; |
| 107 | #else | 107 | #else |
| 108 | extern short ospeed; /* Output speed (from sg_ospeed) */ | 108 | extern short ospeed; /* Output speed (from sg_ospeed) */ |
| 109 | #endif | 109 | #endif |