Subject: Re: CVS commit: gnusrc
To: None <veego@netbsd.org>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: source-changes
Date: 08/15/1999 11:29:50
On Sun, 15 Aug 1999 03:22:31 -0700 (PDT)
Bernd Ernesti <veego@netbsd.org> wrote:
> Module Name: gnusrc
> Committed By: veego
> Date: Sun Aug 15 10:22:31 UTC 1999
>
> Modified Files:
> gnusrc/gnu/dist/gawk: awk.h awk.y eval.c
>
> Log Message:
> Rename the awk internal symbol 'proc' to 'awkproc'.
> This fixes the build error on the alpha which has now a
> extern struct proc *fpcurproc;
> in <machine/cpu.h>.
This is not the correct solution. Please back this out. The correct
solution is protect userspace from these symbols.
-- Jason R. Thorpe <thorpej@nas.nasa.gov>