]> sjero.net Git - wget/blobdiff - src/recur.c
[svn] Remove K&R support.
[wget] / src / recur.c
index 3f037c6cbb7d212ade30908905c0b0d179cc4e1e..a00b47aa5db00574ba5157718422a41ee4195a2f 100644 (file)
@@ -31,17 +31,12 @@ so, delete this exception statement from your version.  */
 
 #include <stdio.h>
 #include <stdlib.h>
-#ifdef HAVE_STRING_H
-# include <string.h>
-#else
-# include <strings.h>
-#endif /* HAVE_STRING_H */
+#include <string.h>
 #ifdef HAVE_UNISTD_H
 # include <unistd.h>
 #endif /* HAVE_UNISTD_H */
 #include <errno.h>
 #include <assert.h>
-#include <sys/types.h>
 
 #include "wget.h"
 #include "url.h"
@@ -54,10 +49,6 @@ so, delete this exception statement from your version.  */
 #include "res.h"
 #include "convert.h"
 
-#ifndef errno
-extern int errno;
-#endif
-
 extern char *version_string;
 extern LARGE_INT total_downloaded_bytes;
 
@@ -160,10 +151,10 @@ url_dequeue (struct url_queue *queue,
   return 1;
 }
 \f
-static int download_child_p PARAMS ((const struct urlpos *, struct url *, int,
-                                    struct url *, struct hash_table *));
-static int descend_redirect_p PARAMS ((const char *, const char *, int,
-                                      struct url *, struct hash_table *));
+static int download_child_p (const struct urlpos *, struct url *, int,
+                            struct url *, struct hash_table *);
+static int descend_redirect_p (const char *, const char *, int,
+                              struct url *, struct hash_table *);
 
 
 /* Retrieve a part of the web beginning with START_URL.  This used to