svn commit: r241737 - in head: bin/date bin/ed libexec/rtld-aout sbin/camcontrol sbin/geom/core usr.bin/at usr.bin/calendar usr.bin/chat usr.bin/ctlstat usr.bin/elfdump usr.bin/fetch usr.bin/finger...

John Baldwin jhb at freebsd.org
Fri Oct 19 15:32:34 UTC 2012


On Friday, October 19, 2012 10:49:43 am Ed Schouten wrote:
> Author: ed
> Date: Fri Oct 19 14:49:42 2012
> New Revision: 241737
> URL: http://svn.freebsd.org/changeset/base/241737
> 
> Log:
>   More -Wmissing-variable-declarations fixes.
>   
>   In addition to adding `static' where possible:
>   
>   - usr.sbin/mfiutil: Put global variables in mfiutil.h.

The fw_* changes here probably wasn't the right way to fix this.  The 
variables should be static.  The problem is that 'scan_firmware()' is
duplicated and should probably be reduced to a single copy.

-- 
John Baldwin


More information about the svn-src-head mailing list