Re: git: a8b70cf26030 - main - netpfil: Use accessor functions and named constants for all tcphdr flags

From: Antoine Brodin <antoine_at_freebsd.org>
Date: Thu, 28 Dec 2023 20:48:36 UTC
On Wed, Dec 27, 2023 at 1:43 AM Richard Scheffenegger
<rscheff@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 <rscheff@FreeBSD.org>
> AuthorDate: 2023-12-25 11:26:25 +0000
> Commit:     Richard Scheffenegger <rscheff@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