Use correct pointer type. This should fix non-functional re(4)

driver on 64bit architectures.

Approved by:	re (scottl)
This commit is contained in:
Pyun YongHyeon 2005-07-01 04:12:42 +00:00
parent 1fdbf2560e
commit 8fd99e38e0

View File

@ -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;