From owner-cvs-all Tue Dec 11 15:43:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D2D337B419; Tue, 11 Dec 2001 15:43:16 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBBNhG737408; Tue, 11 Dec 2001 15:43:16 -0800 (PST) (envelope-from markm) Message-Id: <200112112343.fBBNhG737408@freefall.freebsd.org> From: Mark Murray Date: Tue, 11 Dec 2001 15:43:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tftp Makefile main.c tftp.c tftpsubs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2001/12/11 15:43:16 PST Modified files: usr.bin/tftp Makefile main.c tftp.c tftpsubs.c Log: WARNS=2 fixes. NO_WERROR set as there are some hard-to-fix signed/unsigned comparisons. Use __FBSDID(). Revision Changes Path 1.4 +1 -0 src/usr.bin/tftp/Makefile 1.11 +59 -58 src/usr.bin/tftp/main.c 1.7 +19 -21 src/usr.bin/tftp/tftp.c 1.4 +8 -8 src/usr.bin/tftp/tftpsubs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message