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