K 10 svn:author V 6 emaste K 8 svn:date V 27 2012-11-19T18:25:03.470041Z K 7 svn:log V 306 MFC (part of) r227081 (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