mirror of
https://github.com/curl/curl.git
synced 2026-07-28 15:13:06 +03:00
removed the HAVE_VPRINTF check
This commit is contained in:
parent
c3318b49fd
commit
4496e8ab8c
1 changed files with 1 additions and 4 deletions
|
|
@ -84,9 +84,6 @@
|
|||
#include <sys/select.h>
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_VPRINTF
|
||||
#error "We can't compile without vprintf() support!"
|
||||
#endif
|
||||
#ifndef HAVE_SELECT
|
||||
#error "We can't compile without select() support!"
|
||||
#endif
|
||||
|
|
@ -517,7 +514,7 @@ _Transfer(struct connectdata *c_conn)
|
|||
|
||||
char scratch[BUFSIZE * 2];
|
||||
int i, si;
|
||||
int bytes_written;
|
||||
size_t bytes_written;
|
||||
|
||||
if(data->crlf)
|
||||
buf = data->buffer; /* put it back on the buffer */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue