TFTP upgraded to use a core function library (in tftpcore.c) which will be

shared between TFTP, TFTM and MTFTP protocols.
This commit is contained in:
Michael Brown
2005-06-01 13:13:05 +00:00
parent 0b048e9cfb
commit 53a4436d94
8 changed files with 256 additions and 199 deletions

View File

@@ -154,7 +154,6 @@ enum {
#include "udp.h"
#include "tcp.h"
#include "bootp.h"
#include "tftp.h"
#include "igmp.h"
#include "nfs.h"
#include "console.h"