diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-01 22:17:49 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-01 22:17:49 +0000 |
commit | 81575de46fcd0373d2ba4c5b11d2c2494c40807d (patch) | |
tree | b78492d5fc2251d5b1524517af8f44a9ddaad9c0 /www/gurlchecker/files/patch-src::general.h | |
parent | Upgrade to 4.10, the latest version. The usual few new hacks and bugfixes. (diff) |
Add gurlchecker, a GNOME program to check a page/website for broken links.
PR: 52847
Submitted by: Koop Mast <einekoai@chello.nl>
Diffstat (limited to 'www/gurlchecker/files/patch-src::general.h')
-rw-r--r-- | www/gurlchecker/files/patch-src::general.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/gurlchecker/files/patch-src::general.h b/www/gurlchecker/files/patch-src::general.h new file mode 100644 index 000000000000..b794c9471bdc --- /dev/null +++ b/www/gurlchecker/files/patch-src::general.h @@ -0,0 +1,19 @@ +--- src/general.h.orig Wed May 28 19:29:40 2003 ++++ src/general.h Sun Jun 1 21:50:33 2003 +@@ -33,7 +33,16 @@ + #include <sys/socket.h> + #include <sys/types.h> + #include <sys/stat.h> ++ ++#ifdef __linux__ + #include <sys/vfs.h> ++#endif ++ ++#ifdef __FreeBSD__ ++#include <sys/param.h> ++#include <sys/mount.h> ++#endif ++ + #include <signal.h> + #include <setjmp.h> + #include <sys/types.h> |