# | Line 16 | Line 16 | static const char RCSid[] = "$Id$"; | |
---|---|---|
16 | #include <time.h> | |
17 | ||
18 | #ifdef PCOND | |
19 | < | #include "rtprocess.h" |
19 | > | #include "paths.h" |
20 | #endif | |
21 | #include "tmprivat.h" | |
22 | #include "resolu.h" | |
# | Line 151 | Line 151 | headline( /* grok a header line */ | |
151 | void *vrh | |
152 | ) | |
153 | { | |
154 | < | char fmt[32]; |
154 | > | char fmt[MAXFMTLEN]; |
155 | struct radhead *rh = vrh; | |
156 | ||
157 | if (formatval(fmt, s)) { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |