Fix compilations errors: --- frontends/inews.c.OLD Wed Oct 18 13:00:42 2000 +++ frontends/inews.c Fri Oct 20 19:02:29 2000 @@ -556,7 +556,7 @@ static void CheckDistribution(char *p) { static char SEPS[] = " \t,"; - const char *dp; + const char * const *dp; if ((p = strtok(p, SEPS)) == NULL) { (void)fprintf(stderr, "Can't parse Distribution line.\n");