freebsd-dev/usr.sbin/acpi
Ed Schouten bf70becee6 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
..
acpiconf Reencode files to UTF-8. Drop CP1252 em-dash. 2011-12-30 00:59:08 +00:00
acpidb Merge ACPICA 20120816. 2012-08-16 20:54:52 +00:00
acpidump More -Wmissing-variable-declarations fixes. 2012-10-19 14:49:42 +00:00
iasl Merge ACPICA 20120711. 2012-07-11 23:18:35 +00:00
Makefile
Makefile.inc Fix a stupid typo. 2012-02-16 23:05:09 +00:00