598dfb7c1a
f2fs-tools had its own "bool" typedef which now conflicts with the C23 keyword, causing build failures on GCC 15. Import a patch from upstream that fixes this. Fixes: https://autobuild.buildroot.org/results/d17641582d1beaec9dcca4dc48a68d713cecfdc8 (and others) Signed-off-by: Florian Larysch <fl@n621.de> Signed-off-by: Julien Olivain <ju.o@free.fr>