On Fri, Nov 04, 2011 at 01:36:02PM +0000, Ed Schouten wrote: > Author: ed > Date: Fri Nov 4 13:36:02 2011 > New Revision: 227081 > URL: http://svn.freebsd.org/changeset/base/227081 > > Log: > 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.
Thanks for doing this Ed, much appreciated! ./danfe _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
