svn commit: r260864 - stable/10/sys/net
Andriy Gapon
avg at FreeBSD.org
Sun Jan 19 11:21:32 UTC 2014
on 18/01/2014 23:57 Sergey Kandaurov said the following:
> Author: pluknet
> Date: Sat Jan 18 21:57:38 2014
> New Revision: 260864
> URL: http://svnweb.freebsd.org/changeset/base/260864
>
> Log:
> MFC r258675: Fix build.
Thank you very much!
I have completely forgotten about this thing that I originally overlooked and
about Gleb's fix for it.
This is what I get for delaying my MFCs for too long.
> Modified:
> stable/10/sys/net/vnet.c
> Directory Properties:
> stable/10/ (props changed)
>
> Modified: stable/10/sys/net/vnet.c
> ==============================================================================
> --- stable/10/sys/net/vnet.c Sat Jan 18 21:47:12 2014 (r260863)
> +++ stable/10/sys/net/vnet.c Sat Jan 18 21:57:38 2014 (r260864)
> @@ -217,7 +217,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
>
--
Andriy Gapon
More information about the svn-src-stable-10
mailing list