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

driver on 64bit architectures.

Approved by:	re (scottl)
This commit is contained in:
yongari 2005-07-01 04:12:42 +00:00
parent e90ce451ce
commit 6076b037ab

View File

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