]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC (part of) r227081 (ed):
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 19 Nov 2012 18:25:03 +0000 (18:25 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 19 Nov 2012 18:25:03 +0000 (18:25 +0000)
commit42fe2dd3796555c6637dd3286acc52deab0e1863
tree77b44009e1e9fc8e4e29914058ed2983dabe00cf
parent119abaab0163984e0748301555da58ff9c2291ac
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.

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