| # | Line 25 | Line 25 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 25 | #define TIMELIM (8*3600) /* time limit for holding pattern */ | |
| 26 | #endif | |
| 27 | ||
| 28 | – | #ifndef freebsd |
| 29 | – | #define mkfifo(fn,md) mknod(fn, S_IFIFO|(md), 0) |
| 30 | – | #endif |
| 31 | – | |
| 28 | extern void io_process(); | |
| 29 | ||
| 30 | extern int headismine; /* boolean true if header belongs to me */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |