mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Revert 2b1dd8d23b
This commit is contained in:
parent
1d14c18d7f
commit
6741bc4233
@ -1,3 +1,7 @@
|
|||||||
|
2012-06-02 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||||
|
|
||||||
|
* connect.c: Include <sys/socket.h> and <sys/select.h>.
|
||||||
|
|
||||||
2012-05-30 Gijs van Tulder <gvtulder@gmail.com>
|
2012-05-30 Gijs van Tulder <gvtulder@gmail.com>
|
||||||
|
|
||||||
* warc.c: Fix segfault if CDX record is not found.
|
* warc.c: Fix segfault if CDX record is not found.
|
||||||
|
@ -36,13 +36,8 @@ as that of the covered work. */
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#ifdef HAVE_SYS_SOCKET_H
|
#include <sys/socket.h>
|
||||||
# include <sys/socket.h>
|
#include <sys/select.h>
|
||||||
#endif /* def HAVE_SYS_SOCKET_H */
|
|
||||||
|
|
||||||
#ifdef HAVE_SYS_SELECT_H
|
|
||||||
# include <sys/select.h>
|
|
||||||
#endif /* def HAVE_SYS_SELECT_H */
|
|
||||||
|
|
||||||
#ifndef WINDOWS
|
#ifndef WINDOWS
|
||||||
# ifdef __VMS
|
# ifdef __VMS
|
||||||
|
Loading…
Reference in New Issue
Block a user