2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-01-18 21:43:14 +00:00

Minor fix

This commit is contained in:
Michael Brown 2006-09-25 14:41:54 +00:00
parent cce8755fb8
commit 7952bb76ec

View File

@ -873,7 +873,7 @@ static int pcnet32_probe ( struct nic *nic, struct pci_device *pci ) {
// drivers/net/pcnet32.c:871: undefined reference to `memcpy'
// make: *** [bin/pcnet32.dsk.tmp] Error 1
// So we do:
memcpy ( &lp->a, a, sizeof ( a ) );
memcpy ( &lp->a, a, sizeof ( lp->a ) );
// To explicity call memcpy.
/* detect special T1/E1 WAN card by checking for MAC address */