~ubuntu-branches/debian/sid/apr/sid

« back to all changes in this revision

Viewing changes to network_io/unix/sendrecv.c

  • Committer: Package Import Robot
  • Author(s): Stefan Fritsch
  • Date: 2013-12-30 16:37:54 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20131230163754-mn1794cg19jswqqj
Tags: 1.5.0-1
* New upstream version
* Pull changes from upstream 1.5.x branch up to r1552863 to fix problems
  on the FreeBSD 10 kernel with accept4() and non-blocking sockets.

Show diffs side-by-side

added added

removed removed

Lines of Context:
552
552
 
553
553
        /* On early versions of FreeBSD sendfile, the number of bytes to send 
554
554
         * must include the length of the headers.  Don't look at the man page 
555
 
         * for this :(  Instead, look at the the logic in 
 
555
         * for this :(  Instead, look at the logic in 
556
556
         * src/sys/kern/uipc_syscalls::sendfile().
557
557
         *
558
558
         * This was fixed in the middle of 4.6-STABLE