[Bug 282776] net/intel-em-kmod: build error since 1500027 (struct ifnet is now hidden)

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 15 Nov 2024 09:39:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282776

            Bug ID: 282776
           Summary: net/intel-em-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

Not sure it is due to this change, because the error message is about
undeclared identifier:

if_em.c:4485:30: error: use of undeclared identifier 'M_HASFCS'
 4485 |                 rxbuf->m_head->m_flags &= ~M_HASFCS; /* we strip it */
      |                                            ^
      |                                        ^

-- 
You are receiving this mail because:
You are the assignee for the bug.