Date: Wed, 27 Feb 2002 07:22:13 -0800 (PST) From: David Malone <dwmalone@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tftp main.c Message-ID: <200202271522.g1RFMDF97536@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dwmalone 2002/02/27 07:22:13 PST Modified files: usr.bin/tftp main.c Log: 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. Revision Changes Path 1.14 +10 -9 src/usr.bin/tftp/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202271522.g1RFMDF97536>