Added remake of the arpa/tftp.h file to make the TFTP server build on systems

without the real header file.
This commit is contained in:
Daniel Stenberg
2006-01-03 22:47:07 +00:00
parent 7278f17e8f
commit 81b9793807
2 changed files with 65 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ sws_SOURCES= sws.c util.c util.h $(useful)
sockfilt_SOURCES = sockfilt.c util.c util.h $(useful) \
$(top_srcdir)/lib/inet_pton.c
getpart_SOURCES= testpart.c $(useful)
tftpd_SOURCES = tftpd.c util.c util.h $(useful)
tftpd_SOURCES = tftpd.c util.c util.h $(useful) tftp.h
extra_DIST = base64.pl