| # | Line 42 | Line 42 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 42 | #endif | |
| 43 | ||
| 44 | #ifndef BSD | |
| 45 | + | #ifdef write /* platform.h renames those for Windows */ |
| 46 | + | #undef write |
| 47 | + | #endif |
| 48 | #define write writebuf /* safe i/o routines */ | |
| 49 | + | #ifdef read |
| 50 | + | #undef read |
| 51 | + | #endif |
| 52 | #define read readbuf | |
| 53 | #endif | |
| 54 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |