Files
RedBear-OS/local
vasilito 5dc606fe10 qtbase: drop __redox__ struct ifreq fallback; bump relibc pointer
relibc now provides a complete struct ifreq (+ ifr_* accessor macros and
SIOCGIF* ioctls) in <net/if.h>, so qnetworkinterface_unix.cpp's __redox__
fallback definition became a redefinition of the system type. Remove it; the
network module now uses the real relibc struct ifreq.
2026-08-01 14:22:28 +03:00
..