From a6ed34cafa09e22284b6ade10076622c9328036f Mon Sep 17 00:00:00 2001 From: kmacy Date: Wed, 20 Aug 2008 09:11:58 +0000 Subject: include vmparam.h for KERNBASE and fix typo --- sys/dev/xen/netfront/netfront.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/dev/xen/netfront/netfront.c') diff --git a/sys/dev/xen/netfront/netfront.c b/sys/dev/xen/netfront/netfront.c index 1d6949e..472145a 100644 --- a/sys/dev/xen/netfront/netfront.c +++ b/sys/dev/xen/netfront/netfront.c @@ -53,7 +53,7 @@ __FBSDID("$FreeBSD$"); #include #include #include - +#include #include #include @@ -1816,7 +1816,8 @@ netif_init(void *unused) xenbus_register_frontend(&netfront); } -SYSINIT(xennetif, SI_SUB_PSEUDO, SI_ORDER_SECOND, netif_init, NULL) +SYSINIT(xennetif, SI_SUB_PSEUDO, SI_ORDER_SECOND, netif_init, NULL); + /* * Local variables: -- cgit v1.1