Date: Fri, 15 Nov 2024 09:41:10 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 282777] net/intel-ix-kmod: build error since 1500027 (struct ifnet is now hidden) Message-ID: <bug-282777-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282777 Bug ID: 282777 Summary: net/intel-ix-kmod: build error since 1500027 (struct ifnet is now hidden) Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: olivier@freebsd.org CC: freebsd@intel.com CC: freebsd@intel.com Flags: maintainer-feedback?(freebsd@intel.com) Hi, looks like a long due change switch to default on current: https://lists.freebsd.org/archives/freebsd-net/2024-November/005983.html In file included from if_ix.c:42: ./ixgbe.h:621:30: error: incomplete definition of type 'struct ifnet' 621 | return IFQ_DRV_IS_EMPTY(&ifp->if_snd); | ~~~^ /usr/src/sys/net/ifq.h:301:5: note: expanded from macro 'IFQ_DRV_IS_EMPTY' 301 | (((ifq)->ifq_drv_len =3D=3D 0) && ((ifq)->ifq_len =3D=3D 0)) | ^~~ --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282777-7788>