From owner-cvs-all Sat Feb 9 11:49: 2 2002 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 2FADA37B404; Sat, 9 Feb 2002 11:48:56 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g19JmuI24472; Sat, 9 Feb 2002 11:48:56 -0800 (PST) (envelope-from deischen) Message-Id: <200202091948.g19JmuI24472@freefall.freebsd.org> From: Daniel Eischen Date: Sat, 9 Feb 2002 11:48:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_sendfile.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 deischen 2002/02/09 11:48:56 PST Modified files: lib/libc_r/uthread uthread_sendfile.c Log: Silence a warning by initializing the return value. This wasn't set in the case of a short write, and I think returning 0 for this is what was intended. Revision Changes Path 1.8 +3 -2 src/lib/libc_r/uthread/uthread_sendfile.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message