| # | Line 25 | Line 25 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 25 | #include "ray.h" | |
| 26 | ||
| 27 | #ifdef F_SETLKW | |
| 28 | – | #include "paths.h" |
| 28 | #include "selcall.h" | |
| 29 | ||
| 30 | #ifndef TIMELIM | |
| # | Line 203 | Line 202 | io_process(void) /* just act as go-between for actual | |
| 202 | } | |
| 203 | if (nr < 0) | |
| 204 | error(SYSTEM, "error reading persist file"); | |
| 206 | – | #ifndef _WIN32 /* XXX we need a replacement for that one */ |
| 205 | ftruncate(persistfd, (off_t)0L); /* truncate persist file */ | |
| 208 | – | #endif |
| 206 | pfdetach(); /* close & release persist file */ | |
| 207 | buf[nr] = '\0'; /* parse what we got */ | |
| 208 | if ((cp = strchr(buf, ' ')) == NULL) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |