mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
Instead of unconditionally including sys/param.h in macro-fundamental.h which itself includes a bunch of other unnecessary headers, let's override it with an empty file to avoid it from overriding our MAX() macro. We can't make including it an error as it's included ( for seemingly no good reason) by <resolv.h>.