| # | Line 103 | Line 103 | extern char errmsg[]; /* global buffer for error me | |
|---|---|---|
| 103 | #define index strchr | |
| 104 | #define rindex strrchr | |
| 105 | #endif | |
| 106 | < | extern off_t lseek(); |
| 106 | > | |
| 107 | > | /* <unistd.h> is missing on some systems */ |
| 108 | > | extern off_t lseek(int, off_t, int); |
| 109 | ||
| 110 | #ifdef _WIN32 | |
| 111 | #define NIX 1 | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |