This is a port of tftpd to Mint and MintNet >= 0.22.

Installation:
-------------

Put it into /usr/etc/. You may want to edit the `tftp' line
in inetd.conf. You can add the directories that should be
accesible by tftp clients to the the tftp line (at the end).
Read tftp.1 to understand this.

The tftpd line in inetd.conf should look like this:
tftp	dgram	udp	wait	root	/usr/etc/tftpd	tftpd

Changes:
--------

Use O_NDELAY nonblocking mode. Replaced a fork() with
__fork_and_exit().
Made tftpd.c include errno.h BEFORE arpa/tftp.h, so that
EACCESS is the one defined in arpa/tftp.h not the one from
errno.h.

Notes:
------

You will need syslogd from the init 1.1 package to run it.
You will need my portlib and the tftp sources to recompile
it.
Compiled with gcc 2.4.5, loaded MintLibs PL 41, SocketLib 0.22,
portlib PL 01.


Enjoy it and please report any bugs you find.

Kay Roemer,
roemer@rbi.informatik.uni-frankfurt.de
