Fix build.

This commit is contained in:
Gleb Smirnoff 2013-11-27 07:21:25 +00:00
parent 384305ff48
commit 4678c74014
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258675

View File

@ -216,7 +216,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