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:
hpa 2001-11-12 05:57:29 +00:00
parent ba41bd7cea
commit 5b21a932a6
2 changed files with 16 additions and 14 deletions

View file

@ -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>