Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/arch/i386/stand/netboot



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.




Home | Main Index | Thread Index | Old Index