freebsd-dev/bin/rcp
Ed Schouten ae824d80f2 Fix warnings found by -Wmising-variable-declarations.
This self-written compiler warning, which is hopefully going to be
committed into LLVM sources soon, warns about potentially missing
`static' keywords, similar to -Wmissing-prototypes.

- bin/pax: Move external declaration of chdname and s_mask into extern.h.
- bin/setfacl: Move setfacl.c-specific stuff out of setfacl.h.
- sbin/mount_fusefs: Remove char *progname; use getprogname().
- others: add `static' where possible.
2012-10-19 05:43:38 +00:00
..
extern.h Remove clause 3 from the UCB licenses. 2004-04-06 20:06:54 +00:00
Makefile Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar 2004-11-03 18:01:21 +00:00
rcp.1 None of these programs actually use auth.conf. 2012-06-11 16:18:39 +00:00
rcp.c Fix warnings found by -Wmising-variable-declarations. 2012-10-19 05:43:38 +00:00
util.c Remove clause 3 from the UCB licenses. 2004-04-06 20:06:54 +00:00