Deleted Added
full compact
9c9
< * $FreeBSD: head/sys/dev/md/md.c 118467 2003-08-05 06:54:44Z phk $
---
> * $FreeBSD: head/sys/dev/md/md.c 118607 2003-08-07 15:04:27Z jhb $
135,137c135,137
< uint total;
< uint used;
< uint shift;
---
> u_int total;
> u_int used;
> u_int shift;
177c177
< new_indir(uint shift)
---
> new_indir(u_int shift)