Deleted Added
full compact
29c29
< __FBSDID("$FreeBSD: head/sys/kern/kern_mbuf.c 195649 2009-07-12 23:31:20Z alc $");
---
> __FBSDID("$FreeBSD: head/sys/kern/kern_mbuf.c 209390 2010-06-21 09:55:56Z ed $");
236c236
< static void *mbuf_jumbo_alloc(uma_zone_t, int, u_int8_t *, int);
---
> static void *mbuf_jumbo_alloc(uma_zone_t, int, uint8_t *, int);
353c353
< mbuf_jumbo_alloc(uma_zone_t zone, int bytes, u_int8_t *flags, int wait)
---
> mbuf_jumbo_alloc(uma_zone_t zone, int bytes, uint8_t *flags, int wait)