[news.software.b] Patch 13 and process.c

rees@apollo.UUCP (11/30/87)

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 */