freebsd-dev/sbin/ggate
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
..
ggatec Fix warnings found by -Wmising-variable-declarations. 2012-10-19 05:43:38 +00:00
ggated Fix warnings found by -Wmising-variable-declarations. 2012-10-19 05:43:38 +00:00
ggatel Fix warnings found by -Wmising-variable-declarations. 2012-10-19 05:43:38 +00:00
shared Make sure the compiler knows g_gate_xvlog() and g_gate_xlog() do not 2012-08-06 21:02:40 +00:00
Makefile Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longer 2008-03-29 17:44:40 +00:00
Makefile.inc Switch the default WARNS level for sbin/ to 6. 2009-10-19 16:00:24 +00:00