K 10 svn:author V 5 trasz K 8 svn:date V 27 2012-06-23T18:51:33.875875Z K 7 svn:log V 290 MFC r227081 by ed@: Add missing static keywords for global variables to tools in sbin/. These tools declare global variables without using the static keyword, even though their use is limited to a single C-file, or without placing an extern declaration of them in the proper header file. END