Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/ufs/ffs/fs.h 122783 2003-11-16 07:08:27Z wes $
---
> * $FreeBSD: head/sys/ufs/ffs/fs.h 127818 2004-04-03 23:30:59Z mux $
487c487
< ((int32_t *)((u_int8_t *)(cgp) + (cgp)->cg_clustersumoff))
---
> ((int32_t *)((uintptr_t)(cgp) + (cgp)->cg_clustersumoff))