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