freebsd-dev/lib/librpcsec_gss
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
..
Makefile
rpc_gss_get_error.3
rpc_gss_get_mech_info.3
rpc_gss_get_mechanisms.3
rpc_gss_get_principal_name.3
rpc_gss_get_versions.3
rpc_gss_getcred.3
rpc_gss_is_installed.3
rpc_gss_max_data_length.3
rpc_gss_mech_to_oid.3
rpc_gss_oid_to_mech.3
rpc_gss_qop_to_num.3
rpc_gss_seccreate.3
rpc_gss_set_callback.3
rpc_gss_set_defaults.3
rpc_gss_set_svc_name.3
rpc_gss_svc_max_data_length.3
rpcsec_gss_conf.c
rpcsec_gss_int.h
rpcsec_gss_misc.c
rpcsec_gss_prot.c
rpcsec_gss.3
rpcsec_gss.c
svc_rpcsec_gss.c Fix warnings found by -Wmising-variable-declarations. 2012-10-19 05:43:38 +00:00
Symbol.map