1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/libexec
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
..
atrun atrun: Do not assume that MAXLOGNAME <= 100. 2012-09-26 20:47:39 +00:00
bootpd
comsat Bump date missed in r202756 2012-09-14 17:50:42 +00:00
fingerd
ftpd Bump date missed in r202756 2012-09-14 17:50:42 +00:00
getty
lukemftpd
mail.local
mknetid
pppoed
rbootd Rework all non-contributed files that use `struct timezone'. 2012-09-01 14:45:15 +00:00
revnetgroup Fix two instances of the file names generated by revnetgroup(8). 2012-08-18 09:26:51 +00:00
rlogind
rpc.rquotad
rpc.rstatd Rework all non-contributed files that use `struct timezone'. 2012-09-01 14:45:15 +00:00
rpc.rusersd
rpc.rwalld
rpc.sprayd
rshd None of these programs actually use auth.conf. 2012-06-11 16:18:39 +00:00
rtld-aout More -Wmissing-variable-declarations fixes. 2012-10-19 14:49:42 +00:00
rtld-elf Do not reference z_nodeflib for !objgiven case, thus fixing LD_PRELOAD 2012-09-19 05:11:25 +00:00
save-entropy 1. Use install -d to create the entropy_dir if missing so that we can do it 2012-09-04 16:00:51 +00:00
smrsh
talkd
tcpd
telnetd
tftp-proxy
tftpd Fix warnings found by -Wmising-variable-declarations. 2012-10-19 05:43:38 +00:00
ulog-helper
ypxfr
Makefile
Makefile.inc