MFC r258675: Fix build.

This commit is contained in:
pluknet 2014-01-18 21:57:38 +00:00
parent 416eede02b
commit 9ee780ef73

View File

@ -217,7 +217,7 @@ SDT_PROBE_DEFINE2(vnet, functions, vnet_alloc, return,
"int", "struct vnet *");
SDT_PROBE_DEFINE2(vnet, functions, vnet_destroy, entry,
"int", "struct vnet *");
SDT_PROBE_DEFINE1(vnet, functions, vnet_destroy, entry,
SDT_PROBE_DEFINE1(vnet, functions, vnet_destroy, return,
"int");
#ifdef DDB