mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-14 14:42:12 +00:00
Fixes: http://autobuild.buildroot.net/results/bfd29593bb6c53d3e9e2d02d2ed6bea360d99c00/ In libnss there is a bug leading to build failure due to double declared functions. This is due to 2 different #ifdef statements treating the same function-set. Add patch to fix this by making the 2 #ifdef statements equal. Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>