diff options
author | pav <pav@FreeBSD.org> | 2004-02-26 06:09:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-26 06:09:11 +0800 |
commit | 2998c328d8d5b0891229fe5c7301b38fe409a95a (patch) | |
tree | f29295f51dee2e7ae97137ff71c5ee6ce6138214 /www/linkcheck/files | |
parent | 59a30fbd1dae9eca1cb52ca288456b73ecbac399 (diff) | |
download | freebsd-ports-graphics-2998c328d8d5b0891229fe5c7301b38fe409a95a.tar.gz freebsd-ports-graphics-2998c328d8d5b0891229fe5c7301b38fe409a95a.tar.zst freebsd-ports-graphics-2998c328d8d5b0891229fe5c7301b38fe409a95a.zip |
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 'www/linkcheck/files')
-rw-r--r-- | www/linkcheck/files/patch-src-linkcheck.c | 11 |
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 00000000000..43ae5931ecb --- /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*/ |