Files
RedBear-OS/local
vasilito f31a4767cb libs/pipewire: guard all Linux-only headers for __redox__ (batch)
Guard #include of sys/{mount,vfs,thr,ucred}.h and linux/{filter,if_ether,
if_packet,net_tstamp}.h behind #ifndef __redox__ (Redox lacks them; the raw-
socket/mount/statfs code paths behind them are not used on Redox). Baked into
the vendored source/ tree.
2026-08-01 09:01:57 +03:00
..