freebsd-dev/usr.bin/at
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
..
at.c Partially revert r227233. 2011-11-06 20:30:21 +00:00
at.h
at.man Remove stale references to utmp(5) and its corresponding filenames. 2010-01-21 17:25:12 +00:00
LEGAL
Makefile Build at(1) with NO_WFORMAT instead of WARNS=1. 2011-10-16 07:57:01 +00:00
Makefile.inc
panic.c
panic.h
parsetime.c Allow time offsets to be negative, e.g. at 1530 - 15 minutes. 2012-10-05 17:54:27 +00:00
parsetime.h
perm.c
perm.h
privs.h More -Wmissing-variable-declarations fixes. 2012-10-19 14:49:42 +00:00