--- upstream/dynamips-0.2.6-RC1/hv_ethsw.c 2007/10/06 16:03:58 2 +++ trunk/hv_ethsw.c 2007/10/06 16:45:40 12 @@ -1,5 +1,5 @@ /* - * Cisco 7200 (Predator) simulation platform. + * Cisco router simulation platform. * Copyright (c) 2006 Christophe Fillot (cf@utc.fr) * * Hypervisor Ethernet switch routines. @@ -23,8 +23,6 @@ #include #include -#include "mips64.h" -#include "dynamips.h" #include "utils.h" #include "net.h" #include "eth_switch.h" @@ -249,7 +247,7 @@ { hypervisor_module_t *module; - module = hypervisor_register_module("ethsw"); + module = hypervisor_register_module("ethsw",NULL); assert(module != NULL); hypervisor_register_cmd_array(module,ethsw_cmd_array);