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