freebsd-dev/bin/setfacl
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
..
file.c Switch to our preferred license text. 2010-03-07 07:59:05 +00:00
Makefile style.Makefile(5) 2004-06-13 19:22:53 +00:00
mask.c Switch to our preferred license text. 2010-03-07 07:59:05 +00:00
merge.c Fix an error in setfacl(1) that manifested like this: 2012-09-04 12:19:34 +00:00
remove.c Switch to our preferred license text. 2010-03-07 07:59:05 +00:00
setfacl.1 Fix compact form of "synchronize" permission in setfacl(1) manual page - it 2012-09-03 17:26:20 +00:00
setfacl.c Fix warnings found by -Wmising-variable-declarations. 2012-10-19 05:43:38 +00:00
setfacl.h Fix warnings found by -Wmising-variable-declarations. 2012-10-19 05:43:38 +00:00
util.c Switch to our preferred license text. 2010-03-07 07:59:05 +00:00