]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r227081 by ed@:
authortrasz <trasz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 23 Jun 2012 18:51:33 +0000 (18:51 +0000)
committertrasz <trasz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 23 Jun 2012 18:51:33 +0000 (18:51 +0000)
commitd17a4a3ea3b844719f75501845fb0cdabe4f5cd0
tree28e19bf244b29c0c6228f853f16a0e00de7fc9ba
parent1f3775a463d192c6dfefebf88a9c7ba923be8db8
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.

git-svn-id: svn://svn.freebsd.org/base/stable/9@237495 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sbin/growfs/growfs.c