summaryrefslogtreecommitdiff
path: root/ftp/wget-devel/files/patch-src_recur.c
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-12-18 19:47:45 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-12-18 19:47:45 +0000
commitdfdba66be670cc1d049d59b2407ef3913722fd84 (patch)
tree7185f09f394a4b57cc0547167c493e8f6ca684ac /ftp/wget-devel/files/patch-src_recur.c
parentUpdate to patch level r. (diff)
Today's daily wget:
o don't detect libmd5 in libwww. o pass Referer header in recursive retrieval. Obtained from: wget CVS
Diffstat (limited to 'ftp/wget-devel/files/patch-src_recur.c')
-rw-r--r--ftp/wget-devel/files/patch-src_recur.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/ftp/wget-devel/files/patch-src_recur.c b/ftp/wget-devel/files/patch-src_recur.c
new file mode 100644
index 000000000000..a7cfd8800b0c
--- /dev/null
+++ b/ftp/wget-devel/files/patch-src_recur.c
@@ -0,0 +1,17 @@
+Index: src/recur.c
+===================================================================
+RCS file: /pack/anoncvs/wget/src/recur.c,v
+retrieving revision 1.37
+retrieving revision 1.38
+diff -u -r1.37 -r1.38
+--- src/recur.c 2001/12/13 19:18:31 1.37
++++ src/recur.c 2001/12/18 15:22:03 1.38
+@@ -237,7 +237,7 @@
+ int oldrec = opt.recursive;
+
+ opt.recursive = 0;
+- status = retrieve_url (url, &file, &redirected, NULL, &dt);
++ status = retrieve_url (url, &file, &redirected, referer, &dt);
+ opt.recursive = oldrec;
+
+ if (file && status == RETROK