Deleted Added
full compact
19c19
< * $FreeBSD: head/sys/kern/sys_pipe.c 92305 2002-03-15 07:18:09Z alfred $
---
> * $FreeBSD: head/sys/kern/sys_pipe.c 92654 2002-03-19 09:11:49Z jeff $
185,186c185,186
<
< pipe_zone = zinit("PIPE", sizeof(struct pipe), 0, 0, 4);
---
> pipe_zone = uma_zcreate("PIPE", sizeof(struct pipe), NULL,
> NULL, NULL, NULL, UMA_ALIGN_PTR, 0);