On Wed, Dec 27, 2023 at 1:43 AM Richard Scheffenegger <rsch...@freebsd.org> wrote: > > The branch main has been updated by rscheff: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=a8b70cf26030d68631200619bd1b0ad35b34b6b8 > > commit a8b70cf26030d68631200619bd1b0ad35b34b6b8 > Author: Richard Scheffenegger <rsch...@freebsd.org> > AuthorDate: 2023-12-25 11:26:25 +0000 > Commit: Richard Scheffenegger <rsch...@freebsd.org> > CommitDate: 2023-12-25 12:18:01 +0000 > > netpfil: Use accessor functions and named constants for all tcphdr flags > > Update all remaining references to the struct tcphdr th_x2 field. > This completes the compatibilty of various aspects with AccECN > (TH_AE), after the internal ipfw "re-checksum required" was moved > to use the TH_RES1 flag. > > No functional change. > > Reviewed By: tuexen, #transport, glebius > Sponsored by: NetApp, Inc. > Differential Revision: https://reviews.freebsd.org/D43172
Hello, This breaks some ports: /usr/include/netinet/tcp.h:82:8: error: unknown type name 'inline' Antoine