Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!mit-eddie!apollo!rees From: rees@apollo.UUCP Newsgroups: news.software.b Subject: Patch 13 and process.c Message-ID: <38c98524.b8ab@apollo.uucp> Date: Mon, 30-Nov-87 10:46:00 EST Article-I.D.: apollo.38c98524.b8ab Posted: Mon Nov 30 10:46:00 1987 Date-Received: Wed, 2-Dec-87 05:07:17 EST Organization: Apollo Computer, Chelmsford, Mass. Lines: 25 I applied patch 13, and the only thing I couldn't figure out is an extra option that was added to the readnews option table without renumbering the options in rparams.h. This throws everything off. The new option isn't used anywhere so I just removed it. Here's the patch. % diff -c -b process.c.bak process.c *** process.c.bak Mon Nov 30 10:16:27 1987 --- process.c Mon Nov 30 10:41:48 1987 *************** *** 38,44 's', NGDELIM, FALSE, STRING, ANY, UNKNOWN,header.nbuf, 'x', '\0', FALSE, OPTION, ANY, UNKNOWN,(char *)NULL, 'h', '\0', FALSE, OPTION, ANY, UNKNOWN,(char *)NULL, - 'A', '\0', FALSE, OPTION, UNKNOWN, UNKNOWN,(char *)NULL, #ifdef TMAIL 'M', '\0', FALSE, OPTION, UNKNOWN, MAIL, (char *)NULL, #else /* !TMAIL */ --- 38,43 ----- 's', NGDELIM, FALSE, STRING, ANY, UNKNOWN,header.nbuf, 'x', '\0', FALSE, OPTION, ANY, UNKNOWN,(char *)NULL, 'h', '\0', FALSE, OPTION, ANY, UNKNOWN,(char *)NULL, #ifdef TMAIL 'M', '\0', FALSE, OPTION, UNKNOWN, MAIL, (char *)NULL, #else /* !TMAIL */