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
e90ce451ce
commit
6076b037ab
@ -937,7 +937,7 @@ re_dma_map_addr(arg, segs, nseg, error)
|
||||
int nseg;
|
||||
int error;
|
||||
{
|
||||
u_int32_t *addr;
|
||||
bus_addr_t *addr;
|
||||
|
||||
if (error)
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user