summaryrefslogtreecommitdiffstats
path: root/libexec/tftpd/tftp-utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings found by -Wmising-variable-declarations.ed2012-10-191-1/+1
| | | | | | | | | | | 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.
* Fix typos.brucec2010-11-091-1/+1
| | | | | PR: bin/148894 Submitted by: olgeni
* Make WARNS=6 clean.marius2010-09-241-5/+4
| | | | MFC after: 1 week
* Bring in new files from edwin's tftpimp2010-05-041-0/+320
OpenPOWER on IntegriCloud