| # | Line 9 | Line 9 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 9 | ||
| 10 | #include "standard.h" | |
| 11 | #include <sys/ioctl.h> | |
| 12 | – | #ifdef sparc |
| 13 | – | #include <sys/conf.h> |
| 14 | – | #include <sys/file.h> |
| 15 | – | #include <sys/filio.h> |
| 16 | – | #endif |
| 12 | #if !defined(FNDELAY) && defined(O_NONBLOCK) | |
| 13 | #define FNDELAY O_NONBLOCK | |
| 14 | #endif | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |