Author: glebius Date: Wed Nov 27 07:21:25 2013 New Revision: 258675 URL: http://svnweb.freebsd.org/changeset/base/258675
Log: Fix build. Modified: head/sys/net/vnet.c Modified: head/sys/net/vnet.c ============================================================================== --- head/sys/net/vnet.c Wed Nov 27 06:54:29 2013 (r258674) +++ head/sys/net/vnet.c Wed Nov 27 07:21:25 2013 (r258675) @@ -216,7 +216,7 @@ SDT_PROBE_DEFINE2(vnet, functions, vnet_ "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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"