freebsd-dev/libexec/tftpd
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 Properly use LDADD & DPADD to link against libwrap. 2012-05-19 05:10:47 +00:00
tftp-file.c Bring back synchnet() implementation from older 2011-06-24 02:56:24 +00:00
tftp-file.h Bring in new files from edwin's tftp 2010-05-04 13:07:40 +00:00
tftp-io.c Fix warnings found by -Wmising-variable-declarations. 2012-10-19 05:43:38 +00:00
tftp-io.h Bring in new files from edwin's tftp 2010-05-04 13:07:40 +00:00
tftp-options.c Make WARNS=6 clean. 2010-09-24 10:40:17 +00:00
tftp-options.h Bring in new files from edwin's tftp 2010-05-04 13:07:40 +00:00
tftp-transfer.c In the old TFTP server, there was an undocumented behavior where 2011-07-31 03:12:20 +00:00
tftp-transfer.h Bring in new files from edwin's tftp 2010-05-04 13:07:40 +00:00
tftp-utils.c Fix warnings found by -Wmising-variable-declarations. 2012-10-19 05:43:38 +00:00
tftp-utils.h Spelling fixes for libexec/ 2012-01-07 16:09:54 +00:00
tftpd.8 mdoc: Only use macros inside a reference block. 2012-05-23 20:29:16 +00:00
tftpd.c Fix warnings found by -Wmising-variable-declarations. 2012-10-19 05:43:38 +00:00