On Thu, Sep 05, 2002 at 02:07:27PM +0200, Bruno Haible wrote: > > You can easily implement the Linux sendfile interface using the FreeBSD > > sendfile system call > > Nope, the FreeBSD sendfile works only on sockets, according to the > documentation. Linux sendfile isn't guarenteed to work on anything, e.g. Linux 2.5-CURRENT sendfile works also only on sockets.