summaryrefslogtreecommitdiff
path: root/www/gurlchecker/files/patch-src::general.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/gurlchecker/files/patch-src::general.h')
-rw-r--r--www/gurlchecker/files/patch-src::general.h19
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>