forked from mirrors/tftp-hpa-google
Avoid using basename(), it's way too nasty from a portability
standpoint. Change recvfile, sendfile -> tftp_* due to namespace collision problems.
This commit is contained in:
parent
ba41bd7cea
commit
5b21a932a6
2 changed files with 16 additions and 14 deletions
|
@ -20,6 +20,7 @@
|
|||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <syslog.h>
|
||||
#include <sys/types.h> /* FreeBSD 3.3 need this before regex.h */
|
||||
#include <regex.h>
|
||||
#include <syslog.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue