Bug 282776

Summary: net/intel-em-kmod: build error since 1500027 (struct ifnet is now hidden)
Product: Ports & Packages Reporter: Olivier Cochard <olivier>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: New ---    
Severity: Affects Only Me CC: freebsd
Priority: --- Flags: bugzilla: maintainer-feedback? (freebsd)
Version: Latest   
Hardware: Any   
OS: Any   

Description Olivier Cochard freebsd_committer freebsd_triage 2024-11-15 09:39:38 UTC
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 */
      |                                            ^
      |                                        ^