3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2026-02-21 08:58:11 +01:00
Marcel Holtmann d5818134bd wired: Fix build issue with missing _GNU_SOURCE
CC       wired/ethdev.o
wired/ethdev.c: In function ‘pae_open’:
wired/ethdev.c:331:40: error: ‘SO_ATTACH_FILTER’ undeclared (first use in this function)
  331 |         if (setsockopt(fd, SOL_SOCKET, SO_ATTACH_FILTER,
      |                                        ^~~~~~~~~~~~~~~~
wired/ethdev.c:331:40: note: each undeclared identifier is reported only once for each function it appears in
2026-02-10 17:12:23 +01:00
..
2019-10-28 15:48:04 -05:00
2019-10-28 15:48:12 -05:00