[Samba] HP-UX/AIX sendfile patches.

2004-12-20 Thread William Jojo
I have a fix for the sendfile.c code for HP-UX - length not properly specified prior to call. I've also added code to support the AIX send_file() function and configure.in code to check for AIX specific send_file API and sets AIX_SENDFILE_API if successful. Could you consider this patch for

Re: [Samba] HP-UX/AIX sendfile patches.

2004-12-20 Thread Jeremy Allison
On Mon, Dec 20, 2004 at 03:57:54PM -0500, William Jojo wrote: I have a fix for the sendfile.c code for HP-UX - length not properly specified prior to call. I've also added code to support the AIX send_file() function and configure.in code to check for AIX specific send_file API and sets