freebsd-skq/lib/libdwarf
ed fbb83e78c0 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
..
_libdwarf.h
dwarf_abbrev.c
dwarf_attr.c
dwarf_attrval.c Teach libdwarf about the DW_FORM_flag_present dwarf attribute, so 2012-08-29 18:49:41 +00:00
dwarf_cu.c
dwarf_dealloc.c
dwarf_die.c
dwarf_dump.c Teach libdwarf about the DW_FORM_flag_present dwarf attribute, so 2012-08-29 18:49:41 +00:00
dwarf_errmsg.c Fix warnings found by -Wmising-variable-declarations. 2012-10-19 05:43:38 +00:00
dwarf_errno.c
dwarf_finish.c
dwarf_form.c
dwarf_func.c
dwarf_init.c Teach libdwarf about the DW_FORM_flag_present dwarf attribute, so 2012-08-29 18:49:41 +00:00
dwarf_loc.c
dwarf.h Teach libdwarf about the DW_FORM_flag_present dwarf attribute, so 2012-08-29 18:49:41 +00:00
libdwarf.h
Makefile