aboutsummaryrefslogtreecommitdiff
path: root/ftp/wget-devel/files/patch-host.c
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/wget-devel/files/patch-host.c')
-rw-r--r--ftp/wget-devel/files/patch-host.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/ftp/wget-devel/files/patch-host.c b/ftp/wget-devel/files/patch-host.c
deleted file mode 100644
index 9495ff9ec250..000000000000
--- a/ftp/wget-devel/files/patch-host.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/host.c.orig Thu Aug 9 10:11:56 2001
-+++ src/host.c Thu Aug 9 10:12:27 2001
-@@ -106,7 +106,7 @@
-
- hp = gethostbyname2(name, af);
- if (!hp) {
-- if (inet_pton(af, name, addr) != -1) {
-+ if (inet_pton(af, name, addr) == 1) {
- switch (af) {
- case AF_INET:
- socksize = sizeof (struct sockaddr_in);