HomeFreeBSD

Remove unused duplicate global symbols to fix the build against modern

Description

Remove unused duplicate global symbols to fix the build against modern
compilers which by default place uninitialized global variables in the
BSS section of the object file; this inhibits the merging of tentative
definitions by the linker and results in the multiple-definition error
because the same variable is defined in more than one compilation unit.

Reported by: pkg-fallout

Details

Provenance
danfeAuthored on
Parents
rP547321: net-mgmt/cacti: Update to 1.2.14
Branches
Unknown
Tags
Unknown