| # | Line 21 | Line 21 | extern "C" { | |
|---|---|---|
| 21 | #define X_OK 1 /* executable */ | |
| 22 | #define F_OK 0 /* exists */ | |
| 23 | #endif | |
| 24 | < | /* string.h equivalents */ |
| 25 | < | #ifndef BSD |
| 26 | < | #define index strchr |
| 27 | < | #define rindex strrchr |
| 28 | < | #endif |
| 24 | > | |
| 25 | /* <unistd.h> is missing on some systems */ | |
| 26 | extern off_t lseek(int, off_t, int); | |
| 27 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |