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

Gleb Smirnoff glebius at FreeBSD.org
Tue Feb 6 23:11:21 UTC 2018


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


More information about the svn-src-all mailing list