. De-constify offset for Linux.

This commit is contained in:
Emil Mikulic 2003-11-27 10:12:09 +00:00
parent 132757b8fe
commit 917e7a2cc4

View File

@ -1739,7 +1739,7 @@ static void poll_send_header(struct connection *conn)
* read error.
*/
static ssize_t send_from_file(const int s, const int fd,
const off_t ofs, const size_t size)
off_t ofs, const size_t size)
{
#ifdef __FreeBSD__
off_t sent;