freebsd-dev/sbin/rcorder
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
..
ealloc.c ANSIfy almost all applications that use WARNS=6. 2009-12-29 22:53:27 +00:00
ealloc.h
hash.c ANSIfy almost all applications that use WARNS=6. 2009-12-29 22:53:27 +00:00
hash.h
Makefile Switch the default WARNS level for sbin/ to 6. 2009-10-19 16:00:24 +00:00
rcorder.8 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
rcorder.c Fix warnings found by -Wmising-variable-declarations. 2012-10-19 05:43:38 +00:00
sprite.h