Files
bitcoin/src
Hennadii Stepanov eccb04a321 refactor: Use NetworkErrorString for macOS code in netif.cpp
Although these `sysctl` calls report generic system errors rather
than network errors, `NetworkErrorString()` is identical to
`SysErrorString()` on POSIX systems, so this does not change behavior.
It allows removing `#include <util/syserror.h>`, which was only needed
by `__APPLE__` code and would otherwise require an `#ifdef` guard to
silence an IWYU unused-include warning on other platforms.
2026-07-06 13:02:20 +01:00
..
2026-06-26 09:56:01 -07:00
2026-07-03 18:26:26 +01:00
2026-07-02 13:04:33 -07:00
2026-06-23 09:25:49 +01:00
2026-07-03 18:26:26 +01:00
2026-06-04 21:58:56 +10:00
2026-06-04 21:58:56 +10:00
2026-06-23 16:13:03 -07:00