> From: Gleb Smirnoff <gleb...@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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to