aboutsummaryrefslogtreecommitdiff
path: root/java/eclipse/files/patch-plugins-org.eclipse.core.net-natives-unix-getproxygnome.c
diff options
context:
space:
mode:
Diffstat (limited to 'java/eclipse/files/patch-plugins-org.eclipse.core.net-natives-unix-getproxygnome.c')
-rw-r--r--java/eclipse/files/patch-plugins-org.eclipse.core.net-natives-unix-getproxygnome.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/java/eclipse/files/patch-plugins-org.eclipse.core.net-natives-unix-getproxygnome.c b/java/eclipse/files/patch-plugins-org.eclipse.core.net-natives-unix-getproxygnome.c
new file mode 100644
index 000000000000..e75e2e274081
--- /dev/null
+++ b/java/eclipse/files/patch-plugins-org.eclipse.core.net-natives-unix-getproxygnome.c
@@ -0,0 +1,11 @@
+--- plugins/org.eclipse.core.net/natives/unix/getproxygnome.c.orig 2009-02-15 19:43:28.612859430 -0500
++++ plugins/org.eclipse.core.net/natives/unix/getproxygnome.c 2009-02-15 19:43:50.402949790 -0500
+@@ -16,7 +16,7 @@
+ #include <gconf/gconf-value.h>
+ #include <gconf/gconf-client.h>
+
+-#ifdef __linux__
++#if defined(__linux__) || defined (__FreeBSD__)
+ #include <string.h>
+ #else
+ #include <strings.h>