| # | Line 9 | Line 9 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 9 | ||
| 10 | #include "copyright.h" | |
| 11 | ||
| 12 | – | #include <stdio.h> |
| 12 | #include <stdlib.h> | |
| 14 | – | #include <string.h> |
| 13 | #include <math.h> | |
| 16 | – | #include <time.h> |
| 14 | ||
| 15 | #ifdef PCOND | |
| 16 | < | #include "rtprocess.h" |
| 16 | > | #include "paths.h" |
| 17 | #endif | |
| 18 | #include "tmprivat.h" | |
| 19 | + | #include "rtio.h" |
| 20 | #include "resolu.h" | |
| 21 | ||
| 22 | #define GAMTSZ 4096 | |
| # | Line 151 | Line 149 | headline( /* grok a header line */ | |
| 149 | void *vrh | |
| 150 | ) | |
| 151 | { | |
| 152 | < | char fmt[32]; |
| 152 | > | char fmt[MAXFMTLEN]; |
| 153 | struct radhead *rh = vrh; | |
| 154 | ||
| 155 | if (formatval(fmt, s)) { | |
| # | Line 357 | Line 355 | char *fname; | |
| 355 | FILE *fp; | |
| 356 | { | |
| 357 | char *funcName = fname==NULL ? "tmMapPicture" : fname; | |
| 358 | < | TMstruct *tms; |
| 358 | > | TMstruct *tms = NULL; |
| 359 | uby8 *cp; | |
| 360 | TMbright *lp; | |
| 361 | int err; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |