On Thu, Aug 14, 2014 at 10:57:50AM +0200, FRIGN wrote: > ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count); > int sendfile(int fd, int s, off_t offset, size_t nbytes, > struct sf_hdtr *hdtr, off_t *sbytes, int flags); > > And this is just Linux and OpenBSD.
Must be some other BSD because iirc OpenBSD doesn't have sendfile. I think FreeBSD does though.