freebsd-dev/usr.bin/rpcgen
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
..
Makefile Build usr.bin/ with WARNS=6 by default. 2010-01-02 10:27:05 +00:00
rpc_clntout.c Revert most part of 200420 as requested, as more review and polish is 2009-12-13 03:14:06 +00:00
rpc_cout.c Plug a memory leak. 2010-05-06 21:57:38 +00:00
rpc_hout.c Fix clang warnings. 2011-05-18 20:52:52 +00:00
rpc_main.c More -Wmissing-variable-declarations fixes. 2012-10-19 14:49:42 +00:00
rpc_parse.c
rpc_parse.h
rpc_sample.c
rpc_scan.c Use strlcpy(). 2011-07-11 05:31:52 +00:00
rpc_scan.h
rpc_svcout.c More -Wmissing-variable-declarations fixes. 2012-10-19 14:49:42 +00:00
rpc_tblout.c Fix clang warnings. 2011-05-18 20:52:52 +00:00
rpc_util.c More -Wmissing-variable-declarations fixes. 2012-10-19 14:49:42 +00:00
rpc_util.h
rpcgen.1 Let rpcgen(1) support an environment variable RPCGEN_CPP to find the C 2012-02-06 12:03:21 +00:00