Deleted Added
full compact
41c41
< * $FreeBSD: head/sys/netgraph/ng_parse.c 154521 2006-01-18 16:09:00Z ru $
---
> * $FreeBSD: head/sys/netgraph/ng_parse.c 170996 2007-06-23 00:02:20Z mjacob $
87,89c87,89
< #define INT16_ALIGNMENT ((int)&((struct int16_temp *)0)->y)
< #define INT32_ALIGNMENT ((int)&((struct int32_temp *)0)->y)
< #define INT64_ALIGNMENT ((int)&((struct int64_temp *)0)->y)
---
> #define INT16_ALIGNMENT ((size_t)&((struct int16_temp *)0)->y)
> #define INT32_ALIGNMENT ((size_t)&((struct int32_temp *)0)->y)
> #define INT64_ALIGNMENT ((size_t)&((struct int64_temp *)0)->y)