Re: git: a8b70cf26030 - main - netpfil: Use accessor functions and named constants for all tcphdr flags
- Reply: Dimitry Andric : "Re: git: a8b70cf26030 - main - netpfil: Use accessor functions and named constants for all tcphdr flags"
- In reply to: Gleb Smirnoff : "Re: git: a8b70cf26030 - main - netpfil: Use accessor functions and named constants for all tcphdr flags"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Dec 2023 07:35:46 UTC
On Thu, Dec 28, 2023 at 10:37 PM Gleb Smirnoff <glebius@freebsd.org> wrote: > > Antoine, > > On Thu, Dec 28, 2023 at 08:48:36PM +0000, Antoine Brodin wrote: > A> > netpfil: Use accessor functions and named constants for all tcphdr flags > A> > > ... > A> This breaks some ports: > A> /usr/include/netinet/tcp.h:82:8: error: unknown type name 'inline' > > Definitely some ports that use some strange compilers :) > > Can you please give at least port names? Some examples: https://pkg-status.freebsd.org/gohan04/data/mainamd64PR275986-default-foo/2023-12-28_20h35m41s/logs/errors/nspr-4.35.log https://pkg-status.freebsd.org/gohan04/data/mainamd64PR275986-default-foo/2023-12-28_20h35m41s/logs/errors/opusfile-0.12_1.log Antoine