summaryrefslogtreecommitdiff
path: root/ftp/wget-devel/files/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/wget-devel/files/patch-ak')
-rw-r--r--ftp/wget-devel/files/patch-ak15
1 files changed, 0 insertions, 15 deletions
diff --git a/ftp/wget-devel/files/patch-ak b/ftp/wget-devel/files/patch-ak
deleted file mode 100644
index 5390c65463d9..000000000000
--- a/ftp/wget-devel/files/patch-ak
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/host.h.orig Sat Jan 31 03:38:01 1998
-+++ src/host.h Fri Sep 24 15:49:42 1999
-@@ -25,8 +25,11 @@
- /* Function declarations */
-
- struct hostent *ngethostbyname PARAMS ((const char *));
-+#ifdef INET6
-+int store_hostaddress PARAMS ((struct sockaddr_storage *, const char *));
-+#else
- int store_hostaddress PARAMS ((unsigned char *, const char *));
--
-+#endif
- void clean_hosts PARAMS ((void));
-
- char *realhost PARAMS ((const char *));