freebsd-skq/usr.sbin/mfiutil
ed af31e8843c More -Wmissing-variable-declarations fixes.
In addition to adding `static' where possible:

- bin/date: Move `retval' into extern.h to make it visible to date.c.
- bin/ed: Move globally used variables into ed.h.
- sbin/camcontrol: Move `verbose' into camcontrol.h and fix shadow warnings.
- usr.bin/calendar: Remove unneeded variables.
- usr.bin/chat: Make `line' local instead of global.
- usr.bin/elfdump: Comment out unneeded function.
- usr.bin/rlogin: Use _Noreturn instead of __dead2.
- usr.bin/tset: Pull `Ospeed' into extern.h.
- usr.sbin/mfiutil: Put global variables in mfiutil.h.
- usr.sbin/pkg: Remove unused `os_corres'.
- usr.sbin/quotaon, usr.sbin/repquota: Remove unused `qfname'.
2012-10-19 14:49:42 +00:00
..
Makefile Add __unused macros to appropriate places in order to allow building 2012-06-19 06:18:42 +00:00
mfi_cmd.c Allow users with RO privilege to the device to read the RO attributes. 2012-06-19 06:18:37 +00:00
mfi_config.c Add __unused macros to appropriate places in order to allow building 2012-06-19 06:18:42 +00:00
mfi_drive.c Fix ARM compilation issue. 2012-06-20 17:20:25 +00:00
mfi_evt.c Add __unused macros to appropriate places in order to allow building 2012-06-19 06:18:42 +00:00
mfi_flash.c More -Wmissing-variable-declarations fixes. 2012-10-19 14:49:42 +00:00
mfi_patrol.c Add __unused macros to appropriate places in order to allow building 2012-06-19 06:18:42 +00:00
mfi_show.c More -Wmissing-variable-declarations fixes. 2012-10-19 14:49:42 +00:00
mfi_volume.c Allow users with RO privilege to the device to read the RO attributes. 2012-06-19 06:18:37 +00:00
mfiutil.8 mdoc: correct .Bd/.Bl arguments. 2012-03-26 21:22:53 +00:00
mfiutil.c More -Wmissing-variable-declarations fixes. 2012-10-19 14:49:42 +00:00
mfiutil.h More -Wmissing-variable-declarations fixes. 2012-10-19 14:49:42 +00:00