From 530c006014fae95c670f4b699fef8bb93034bc6d Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sat, 1 Aug 2009 19:26:27 +0000 Subject: Merge the remainder of kern_vimage.c and vimage.h into vnet.c and vnet.h, we now use jails (rather than vimages) as the abstraction for virtualization management, and what remained was specific to virtual network stacks. Minor cleanups are done in the process, and comments updated to reflect these changes. Reviewed by: bz Approved by: re (vimage blanket) --- sys/ddb/db_sym.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/ddb/db_sym.c') diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c index 1a95c11902a8..99209a89c83c 100644 --- a/sys/ddb/db_sym.c +++ b/sys/ddb/db_sym.c @@ -32,9 +32,9 @@ __FBSDID("$FreeBSD$"); #include +#include #include #include -#include #include -- cgit v1.3