Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/dev/firewire/fwdev.c 127468 2004-03-26 23:17:10Z simokawa $
---
> * $FreeBSD: head/sys/dev/firewire/fwdev.c 129585 2004-05-22 16:14:17Z dfr $
131,132c131,132
< b->psize = roundup2(b->psize, sizeof(u_int32_t));
< q->buf = fwdma_malloc_multiseg(fc, sizeof(u_int32_t),
---
> b->psize = roundup2(b->psize, sizeof(uint32_t));
> q->buf = fwdma_malloc_multiseg(fc, sizeof(uint32_t),
350c350
< fp->mode.stream.len + sizeof(u_int32_t), uio);
---
> fp->mode.stream.len + sizeof(uint32_t), uio);
697c697
< ((u_int32_t *)ptr)[i]
---
> ((uint32_t *)ptr)[i]