Deleted Added
full compact
41c41
< * $FreeBSD: head/sys/netgraph/ng_base.c 185419 2008-11-28 23:30:51Z zec $
---
> * $FreeBSD: head/sys/netgraph/ng_base.c 185895 2008-12-10 23:12:39Z zec $
74a75,80
> #ifndef VIMAGE
> #ifndef VIMAGE_GLOBALS
> struct vnet_netgraph vnet_netgraph_0;
> #endif
> #endif
>
169a176
> #ifdef VIMAGE_GLOBALS
170a178
> #endif
185a194
> #ifdef VIMAGE_GLOBALS
186a196
> #endif
351c361,363
< static ng_ID_t nextID = 1;
---
> #ifdef VIMAGE_GLOBALS
> static ng_ID_t nextID;
> #endif
3065a3078
> V_nextID = 1;