1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Don't #include netinet/Winsock stuff.

This commit is contained in:
hniksic 2003-11-27 15:39:53 -08:00
parent 8f286c1238
commit 7c063c3175
2 changed files with 4 additions and 10 deletions

View File

@ -1,3 +1,7 @@
2003-11-28 Hrvoje Niksic <hniksic@xemacs.org>
* init.c: Don't #include netinet/Winsock stuff.
2003-11-28 Hrvoje Niksic <hniksic@xemacs.org>
* http.c: Deleted the old functions header_process,

View File

@ -43,16 +43,6 @@ so, delete this exception statement from your version. */
#endif
#include <errno.h>
#ifdef WINDOWS
# include <winsock.h>
#else
# include <sys/socket.h>
# include <netinet/in.h>
#ifndef __BEOS__
# include <arpa/inet.h>
#endif
#endif
#ifdef HAVE_PWD_H
# include <pwd.h>
#endif