Index: sys/netinet/netdump_client.c =================================================================== --- sys/netinet/netdump_client.c (revision 213583) +++ sys/netinet/netdump_client.c (working copy) @@ -77,10 +77,6 @@ #include #endif -#ifdef VIMAGE -#error "Netdump kernel support cannot be compiled with VIMAGE option" -#endif - #ifdef NETDUMP_CLIENT_DEBUG #define NETDDEBUG(f, ...) printf((f), ## __VA_ARGS__) #define NETDDEBUG_IF(i, f, ...) if_printf((i), (f), ## __VA_ARGS__)