Files
bitcoin/cmake/module
Hennadii Stepanov 22c328d388 refactor: Drop unneeded <sys/types.h> include before <ifaddrs.h>
Pure `getifaddrs()`/`freeifaddrs()` calls do not need any type
definitions beyond those provided by `<ifaddrs.h>` itself.

The subsequent `struct ifaddrs` processing in `netif.cpp` does not
involve any symbols from `<sys/types.h>`.
2026-07-04 17:12:54 +01:00
..
2026-03-04 11:31:12 +00:00
2024-10-25 18:09:36 +01:00