Deleted Added
full compact
19c19
< __FBSDID("$FreeBSD: head/sys/dev/ce/if_ce.c 183397 2008-09-27 08:51:18Z ed $");
---
> __FBSDID("$FreeBSD: head/sys/dev/ce/if_ce.c 184205 2008-10-23 15:53:51Z des $");
2369,2370c2369
< MALLOC (resp, struct ng_mesg *, dl,
< M_NETGRAPH, M_NOWAIT);
---
> resp = malloc (M_NETGRAPH, M_NOWAIT);
2403c2402
< FREE (msg, M_NETGRAPH);
---
> free (msg, M_NETGRAPH);