| 117 | #endif |
| 118 | |
| 119 | static void failed(char const *what, char const *where) |
| 120 | { |
| 121 | fprintf(stderr, PROGRAM ": %s %s: %s\n", |
| 122 | what, where, strerror(errno)); |
| 123 | exit(1); |
| 124 | } |
| 125 | |
| 126 | static void storetime(char *dest, size_t destsize, time_t t, int nsecs) |
| 127 | { |