Date: Thu Sep 12 02:12:52 2002
Author: jra
Update of /data/cvs/samba/source/smbd
In directory dp.samba.org:/tmp/cvs-serv23972/smbd
Modified Files:
reply.c vfs-wrap.c
Log Message:
First cut at portable sendfile code. Only used in readX at the moment
and doesn't actually call sendfile. Needs to be vectored through the
VFS and tested on all supported platforms (Solaris/HPUX/FreeBSD/Linux).
Linux doesn't actually work (2.4.19 kernel) at the moment because it
doesn't have a 64-bit clean sendfile.
Jeremy.
Revisions:
reply.c 1.396 => 1.397
http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/reply.c?r1=1.396&r2=1.397
vfs-wrap.c 1.39 => 1.40
http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/vfs-wrap.c?r1=1.39&r2=1.40