K 10 svn:author V 5 danfe K 8 svn:date V 27 2020-09-02T04:28:31.873572Z K 7 svn:log V 382 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 END