3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2026-02-11 15:17:57 +01:00

3 Commits

Author SHA1 Message Date
Marcel Holtmann
2bc1e914d0 udev: Fix build issue with missing _GNU_SOURCE
CC       src/udev.o
src/udev.c: In function ‘attach_filter’:
src/udev.c:129:40: error: ‘SO_ATTACH_FILTER’ undeclared (first use in this function)
  129 |         if (setsockopt(fd, SOL_SOCKET, SO_ATTACH_FILTER,
      |                                        ^~~~~~~~~~~~~~~~
src/udev.c:129:40: note: each undeclared identifier is reported only once for each function it appears in
2026-02-10 17:11:30 +01:00
Denis Kenzior
4a04d41409 treewide: Comply with doc/coding-style.txt M13 2024-10-23 16:57:28 -05:00
Marcel Holtmann
be3f6a2ca0 udev: Add module for checking interface renaming actions 2024-04-16 14:57:57 +02:00