Fix FTBFS with GCC 15
A custom enum is named bool which now conflicts with the reserved
keyword from C23. Patch the upstream code to use the standard boolean
type, taking care to keep it building fine in other platforms.
Closes: #1096653
A custom enum is named bool which now conflicts with the reserved
keyword from C23. Patch the upstream code to use the standard boolean
type, taking care to keep it building fine in other platforms.
Closes: #1096653