Re: [PATCH] Add struct ip_mreqn in the glue headers

2022-09-08 Thread Samuel Thibault
Flávio Cruz, le ven. 09 sept. 2022 00:17:03 -0400, a ecrit: > Side question: pfinet includes glue header files in pfinet/glue-includes but a > linux version of those headers is also available in linux-src/include/. The > duplicated linux headers are never used since CPPFLAGS = -I$(srcdir)/ > glue-i

Re: [PATCH] Add struct ip_mreqn in the glue headers

2022-09-08 Thread Flávio Cruz
On Thu, Sep 8, 2022 at 2:08 AM Samuel Thibault wrote: > Flavio Cruz, le mer. 07 sept. 2022 22:58:53 -0400, a ecrit: > > When I compile from master, I get the following error: > > > > gcc -std=gnu99 -fgnu89-inline -Wall -g -O3 -fno-strict-aliasing -g -O2 > -fno-strict-aliasing -I. -I.. -I../inc

Re: [PATCH] Add struct ip_mreqn in the glue headers

2022-09-07 Thread Samuel Thibault
Flavio Cruz, le mer. 07 sept. 2022 22:58:53 -0400, a ecrit: > When I compile from master, I get the following error: > > gcc -std=gnu99 -fgnu89-inline -Wall -g -O3 -fno-strict-aliasing -g -O2 > -fno-strict-aliasing -I. -I.. -I../include -I../include -D_GNU_SOURCE > -D_FILE_OFFSET_BITS=64 -DP

[PATCH] Add struct ip_mreqn in the glue headers

2022-09-07 Thread Flavio Cruz
When I compile from master, I get the following error: gcc -std=gnu99 -fgnu89-inline -Wall -g -O3 -fno-strict-aliasing -g -O2 -fno-strict-aliasing -I. -I.. -I../include -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPACKAGE_NAME=\"GNU\ Hurd\" -DPACKAGE_TARNAME=\"hurd\" -DPACKAGE_VERSIO