diff options
Diffstat (limited to 'sys/net/vnet.h')
-rw-r--r-- | sys/net/vnet.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/net/vnet.h b/sys/net/vnet.h index 531d714..f09fc6e 100644 --- a/sys/net/vnet.h +++ b/sys/net/vnet.h @@ -37,9 +37,7 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/proc.h> #include <sys/protosw.h> -#include <sys/socket.h> #include <net/if.h> #include <net/if_var.h> @@ -67,6 +65,12 @@ struct vnet_net { int _ether_ipfw; }; +#ifndef VIMAGE +#ifndef VIMAGE_GLOBALS +extern struct vnet_net vnet_net_0; +#endif +#endif + /* * Symbol translation macros */ |