Bug#1098049: 1098049: make userv build with GCC 15
From Ben Harris@21:1/5 to All on Tue Mar 25 00:40:02 2025
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
Control: tags -1 + patch
userv's failure to build under GCC 15 turns out to be trivial to fix.
userv uses "true" as a variable name, but C23 turned it into a keyword so that's not allowed any more. I've renamed the variable and tested that
(a) conditionals in the configuration still work and (b) the patched
version builds with GCC 15 where the unpatched one didn't.