summaryrefslogtreecommitdiff
path: root/ftp/wget/files/patch-src_main.c
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2002-01-05 10:41:15 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2002-01-05 10:41:15 +0000
commit3c235f227d9a373c6ab467bd8f0a6a19590ea821 (patch)
treefb9301319ee9d7ae0eacd64d64b6ea36b6e10ae1 /ftp/wget/files/patch-src_main.c
parentUpdate to 0.9.11 which fixes security hole (diff)
o update to 1.8.1.
o autoconf is no longer required. o update ja.po. PR: 33570 Submitted by: Alan Eldridge <ports@geeksrus.net> (for update)
Notes
Notes: svn path=/head/; revision=52607
Diffstat (limited to 'ftp/wget/files/patch-src_main.c')
-rw-r--r--ftp/wget/files/patch-src_main.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/ftp/wget/files/patch-src_main.c b/ftp/wget/files/patch-src_main.c
deleted file mode 100644
index 0af7a399c1fa..000000000000
--- a/ftp/wget/files/patch-src_main.c
+++ /dev/null
@@ -1,20 +0,0 @@
-Index: src/main.c
-===================================================================
-RCS file: /pack/anoncvs/wget/src/main.c,v
-retrieving revision 1.66
-retrieving revision 1.67
-diff -u -r1.66 -r1.67
---- src/main.c 2001/12/06 07:14:35 1.66
-+++ src/main.c 2001/12/09 19:44:20 1.67
-@@ -738,10 +738,7 @@
- {
- char *rewritten = rewrite_shorthand_url (argv[optind]);
- if (rewritten)
-- {
-- printf ("Converted %s to %s\n", argv[optind], rewritten);
-- url[i] = rewritten;
-- }
-+ url[i] = rewritten;
- else
- url[i] = xstrdup (argv[optind]);
- }