fe9dc20c2a
Atftp is a client/server implementation of the TFTP protocol that implements RFCs 1350, 2090, 2347, 2348, and 2349. The server is multi-threaded and the client presents a friendly interface using libreadline. The current server implementation lacks IPv6 support.
10 lines
250 B
C
10 lines
250 B
C
--- tftp_def.h.orig 2004-02-13 11:16:09.000000000 +0800
|
|
+++ tftp_def.h 2010-10-05 12:36:29.000000000 +0800
|
|
@@ -19,6 +19,7 @@
|
|
|
|
#include <sys/time.h>
|
|
#include <sys/times.h>
|
|
+#include <netinet/in.h>
|
|
#include <netdb.h>
|
|
|
|
/* standard return value */
|