mirror of
https://github.com/xcat2/xNBA.git
synced 2025-01-18 21:43:14 +00:00
Minor fix
This commit is contained in:
parent
cce8755fb8
commit
7952bb76ec
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user