summaryrefslogtreecommitdiff
path: root/www/linkcheck/files/patch-src-linkcheck.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-02-25 22:09:11 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-02-25 22:09:11 +0000
commit1f7e7e621046aafc6dcda3a982f8a27365ad4e0c (patch)
treeb4c16189ac8573c0b54b3b83422eff22e690bf97 /www/linkcheck/files/patch-src-linkcheck.c
parent- Update to version 20040224 (diff)
Add linkcheck, a tool to check a website for bad links, written in C.
PR: ports/62910 Submitted by: Ismail Yenigul <ismail@enderunix.org>
Diffstat (limited to '')
-rw-r--r--www/linkcheck/files/patch-src-linkcheck.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/linkcheck/files/patch-src-linkcheck.c b/www/linkcheck/files/patch-src-linkcheck.c
new file mode 100644
index 000000000000..43ae5931ecb2
--- /dev/null
+++ b/www/linkcheck/files/patch-src-linkcheck.c
@@ -0,0 +1,11 @@
+--- src/linkcheck.c.org Tue Feb 17 14:48:59 2004
++++ src/linkcheck.c Tue Feb 17 14:25:24 2004
+@@ -47,6 +47,8 @@
+ # endif
+ #endif
+
++# include <arpa/inet.h>
++
+ #ifdef HAVE_NETINET_IN_H
+ # include <netinet/in.h>
+ #endif/*HAVE_NETINET_IN_H*/