svn commit: r328944 - stable/11/sys/kern

Dexuan Cui decui at microsoft.com
Wed Feb 7 00:00:51 UTC 2018


> From: Gleb Smirnoff <glebius at FreeBSD.org>
> Sent: Tuesday, February 6, 2018 15:11
> 
> On Tue, Feb 06, 2018 at 03:08:12PM -0800, Dexuan-BSD Cui wrote:
> D> I'm getting the error too:
> D>
> D> /root/freebsd/sys/kern/vfs_subr.c:3368:30: error: no member named
> D> 'v_unpcb' in 'struct vnode'
> D>                 printf(" socket %p\n", vp->v_unpcb);
> 
> It should be v_socket on stable/11. If that change fixes the compile
> for you, feel free to commit. I don't have stable/11 system at hand.
> --
> Gleb Smirnoff

Yes, that change fixes the issue, and I can see the renaming happened in: 
https://github.com/freebsd/freebsd/commit/8a7f8bb123cb2056ca239a472deaef02962bdd3e

kib just fixed it by
https://svnweb.freebsd.org/base?view=revision&revision=328961

Thanks,
-- Dexuan


More information about the svn-src-stable-11 mailing list