Deleted Added
full compact
35c35
< * $FreeBSD: head/sys/geom/geom_ctl.c 109623 2003-01-21 08:56:16Z alfred $
---
> * $FreeBSD: head/sys/geom/geom_ctl.c 111119 2003-02-19 05:47:46Z imp $
177c177
< ga.ptr = g_malloc(gcp->len, 0);
---
> ga.ptr = g_malloc(gcp->len, M_WAITOK);