Subject: Re: X11 R6 fix-11 explodes ... loose shrapnel inflicts many casualties
To: None <port-sparc@NetBSD.ORG>
From: Greg Earle <earle@isolar.Tujunga.CA.US>
List: port-sparc
Date: 02/17/1995 21:56:45
Errata:

Whoops, this slipped through the cracks in my last message.

> *** 1.1	1994/07/20 00:07:11
> --- xc/programs/twm/lex.l	1994/07/20 00:10:46
> ***************
> *** 67,73 ****
>   extern char *ProgramName;
>   
>   extern int ParseError;
> ! #ifdef __bsdi__
>   int yylineno;
>   
>   #undef YY_INPUT
> --- 67,73 ----
>   extern char *ProgramName;
>   
>   extern int ParseError;
> ! #if defined(__bsdi__) || defined(__NetBSD__)
>   int yylineno;
>   
>   #undef YY_INPUT

I meant to delete this from the original patches I whittled down, and somehow
overlooked it.  This patch *was* addressed (in a different way) in fix-11.

Sorry ...

	- Greg