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 _______________________________________________ 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"