From owner-cvs-all Tue Jan 22 9:32:17 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 D05C337B402; Tue, 22 Jan 2002 09:32:10 -0800 (PST) Received: (from dg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0MHWAR50160; Tue, 22 Jan 2002 09:32:10 -0800 (PST) (envelope-from dg) Message-Id: <200201221732.g0MHWAR50160@freefall.freebsd.org> From: David Greenman Date: Tue, 22 Jan 2002 09:32:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_syscalls.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 dg 2002/01/22 09:32:10 PST Modified files: sys/kern uipc_syscalls.c Log: Fixed bug in calculation of amount of file to send when nbytes !=0 and headers or trailers are supplied. Reported by Vladislav Shabanov . PR: 33771 Submitted by: Maxim Konovalov MFC after: 3 days Revision Changes Path 1.103 +6 -3 src/sys/kern/uipc_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message