| # | Line 16 | Line 16 | static char SCCSid[] = "$SunId$ SGI"; | |
|---|---|---|
| 16 | #define HDSUF ".hdi" | |
| 17 | #endif | |
| 18 | ||
| 19 | + | #ifndef FNONBLK |
| 20 | + | #define FNONBLK O_NONBLOCK |
| 21 | + | #endif |
| 22 | + | |
| 23 | static int inp_flags; | |
| 24 | static int dpd[3]; | |
| 25 | static FILE *dpout; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |