]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
1) Move FreeBSD ID below vendor ID and don't compile vendor ID.
authorDavid Malone <dwmalone@FreeBSD.org>
Wed, 27 Feb 2002 15:22:12 +0000 (15:22 +0000)
committerDavid Malone <dwmalone@FreeBSD.org>
Wed, 27 Feb 2002 15:22:12 +0000 (15:22 +0000)
commit8f4c8256b2b98bf638cc592a684470a25592df56
tree475e01df6b07b84377728d1aab2a0f34865413e0
parentcb83438de4e62e664d6f42d31f1a6a05107721bb
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.
usr.bin/tftp/main.c