]> sjero.net Git - wget/commitdiff
[svn] Remove extraneous include of netdb.h.
authorhniksic <devnull@localhost>
Sat, 2 Jul 2005 13:25:48 +0000 (06:25 -0700)
committerhniksic <devnull@localhost>
Sat, 2 Jul 2005 13:25:48 +0000 (06:25 -0700)
src/ChangeLog
src/host.c

index a50502ae7b4fd4c204673a8dd355a3b819e9ddeb..3a612ed7dc10f98abccc647e899e3d09722247f0 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * host.c: Remove extraneous definition of netdb.h.
+
 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * http.c (gethttp): Skip error message body in the keep-alive
index d9237dd03b79343de3a13dddca2433def1d43afa..14cc2ab07994aafa044d0454831f8810a01e9c97 100644 (file)
@@ -29,10 +29,6 @@ so, delete this exception statement from your version.  */
 
 #include <config.h>
 
-#ifndef WINDOWS
-#include <netdb.h>
-#endif
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>