| # | Line 12 | Line 12 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 12 | #include <string.h> | |
| 13 | #include <signal.h> | |
| 14 | #include <sys/stat.h> | |
| 15 | – | #ifdef _WIN32 |
| 16 | – | #include <process.h> /* getpid() */ |
| 17 | – | #endif |
| 15 | ||
| 16 | + | #include "rtprocess.h" /* getpid() */ |
| 17 | #include "standard.h" | |
| 18 | #include "random.h" | |
| 19 | ||
| # | Line 90 | Line 88 | int lf; | |
| 88 | } | |
| 89 | ||
| 90 | ||
| 91 | + | void |
| 92 | persistfile(pfn) /* open persist file and lock it */ | |
| 93 | char *pfn; | |
| 94 | { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |