Subject: Re: Problems making "boot"
To: Kevin McQuiggin <mcquiggi@sfu.ca>
From: Lloyd Parkes <Lloyd.Parkes@vuw.ac.nz>
List: port-vax
Date: 04/15/1996 09:38:05
> Hi All:
> 
> I'm playing with the boot routines
>
> /usr/include/machine/macros.h:96: warning: static declaration for
> `bcopy' follows non-static
> ...

The short term workaround would be to remove the line "CFLAGS+= -Werror" from 
/usr/share/mk/bsd.sys.mk. The proper solution is to make the conflicting 
declarations of bcopy et al match. The short term work around is preferable 
because you can undo it by reinstalling your share stuff. The proper fix 
really ought to be done properly and go through the bug reporting/fixing 
process.

Cheers,
Lloyd