freebsd-dev/usr.bin/tftp
David Malone 8f4c8256b2 1) Move FreeBSD ID below vendor ID and don't compile vendor ID.
2) Cast some numbers we know to be positive to size_t before we MIN them
   with the result of a sizeof.
3) Compare result of inet_addr to INADDR_NONE, not -1.
2002-02-27 15:22:12 +00:00
..
extern.h
main.c 1) Move FreeBSD ID below vendor ID and don't compile vendor ID. 2002-02-27 15:22:12 +00:00
Makefile Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3. 2002-02-08 23:07:37 +00:00
tftp.1 Remove whitespace at EOL. 2001-07-15 08:06:20 +00:00
tftp.c WARNS=2 fixes. NO_WERROR set as there are some hard-to-fix 2001-12-11 23:43:15 +00:00
tftpsubs.c WARNS=2 fixes. NO_WERROR set as there are some hard-to-fix 2001-12-11 23:43:15 +00:00
tftpsubs.h