Date: Thu, 8 Apr 2004 00:14:34 -0700 (PDT) From: Mike Silbersack <silby@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_syscalls.c Message-ID: <200404080714.i387EYFl078815@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
silby 2004/04/08 00:14:34 PDT FreeBSD src repository Modified files: sys/kern uipc_syscalls.c Log: Fix a regression in my change which sends headers along with data; a side effect of that change caused headers to not be sent if a 0 byte file was passed to sendfile. This change fixes that behavior, allowing sendfile to send out the headers even with a 0 byte file again. Noticed by: Dirk Engling Revision Changes Path 1.181 +8 -2 src/sys/kern/uipc_syscalls.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404080714.i387EYFl078815>