HomeFreeBSD

Fix gcc gperf prototypes to avoid redeclaration errors, again

Description

Fix gcc gperf prototypes to avoid redeclaration errors, again

I got tricked by the newer version of gperf installed by ports, which
emits size_t in its prototypes, instead unsigned int, which is emitted
by the old version of gperf in contrib/gperf.

Fixes: b5cbe4e98125

Details

Provenance
dimAuthored on Dec 24 2021, 1:00 PM
Parents
rGb5cbe4e98125: Fix gcc gperf prototypes to avoid redeclaration errors
Branches
Unknown
Tags
Unknown