Use correct pointer type. This should fix non-functional re(4)
driver on 64bit architectures. Approved by: re (scottl)
This commit is contained in:
parent
1fdbf2560e
commit
8fd99e38e0
@ -937,7 +937,7 @@ re_dma_map_addr(arg, segs, nseg, error)
|
|||||||
int nseg;
|
int nseg;
|
||||||
int error;
|
int error;
|
||||||
{
|
{
|
||||||
u_int32_t *addr;
|
bus_addr_t *addr;
|
||||||
|
|
||||||
if (error)
|
if (error)
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user