[Bug 242833] sysutils/lsof does'nt link on ppc64 on freebsd 11.3-RELEASE
| Newsgroups | gmane.os.freebsd.devel.ppc |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242833 Piotr Kubaj <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Piotr Kubaj <[email protected]> --- (In reply to Luciano Mannucci from comment #2) This doesn't fix the problem on head: dnode.c:563:9: error: no member named 'v_tag' in 'struct vnode' if (v->v_tag && !kread((KA_T)v->v_tag, (char *)&vtbuf, sizeof(vtbuf))) ~ ^ dnode.c:563:34: error: no member named 'v_tag' in 'struct vnode' if (v->v_tag && !kread((KA_T)v->v_tag, (char *)&vtbuf, sizeof(vtbuf))) ~ ^ 2 errors generated. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ppc To unsubscribe, send any mail to "[email protected]"