Subject: CVS commit: syssrc/sys/arch/i386/stand/netboot
To: None <source-changes@netbsd.org>
From: Andreas Gustafsson <gson@netbsd.org>
List: source-changes
Date: 02/02/2002 20:53:12
Module Name:	syssrc
Committed By:	gson
Date:		Sat Feb  2 18:53:12 UTC 2002

Modified Files:
	syssrc/sys/arch/i386/stand/netboot: dev_net.c

Log Message:
Fix the bcea redefinition issue in a different way: instead
of removing the duplicate variables, make sure that any duplicate
variable that has an initial value in libsa also has an initial
value here; this keeps the linker from pulling in the libsa
definition.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 syssrc/sys/arch/i386/stand/netboot/dev_net.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.