--- upstream/dynamips-0.2.7-RC3/hv_frsw.c 2007/10/06 16:26:06 9 +++ upstream/dynamips-0.2.8-RC1/hv_frsw.c 2007/10/06 16:33:40 11 @@ -144,7 +144,7 @@ { hypervisor_module_t *module; - module = hypervisor_register_module("frsw"); + module = hypervisor_register_module("frsw",NULL); assert(module != NULL); hypervisor_register_cmd_array(module,frsw_cmd_array);