diff options
Diffstat (limited to 'src/microhttpd/mhd_send.c')
-rw-r--r-- | src/microhttpd/mhd_send.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c index 11ed6db7..0b1ae127 100644 --- a/src/microhttpd/mhd_send.c +++ b/src/microhttpd/mhd_send.c | |||
@@ -435,9 +435,8 @@ static int freebsd_sendfile_flags_thd_p_c_; | |||
435 | * @param connection the MHD connection structure | 435 | * @param connection the MHD connection structure |
436 | * @return actual number of bytes sent | 436 | * @return actual number of bytes sent |
437 | */ | 437 | */ |
438 | // FIXME: rename... | ||
439 | ssize_t | 438 | ssize_t |
440 | sendfile_adapter (struct MHD_Connection *connection) | 439 | MHD_send_sendfile_ (struct MHD_Connection *connection) |
441 | { | 440 | { |
442 | ssize_t ret; | 441 | ssize_t ret; |
443 | const int file_fd = connection->response->fd; | 442 | const int file_fd = connection->response->fd; |