aboutsummaryrefslogtreecommitdiff
path: root/java/eclipse/files/patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-include-os_custom.h
diff options
context:
space:
mode:
Diffstat (limited to 'java/eclipse/files/patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-include-os_custom.h')
-rw-r--r--java/eclipse/files/patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-include-os_custom.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/java/eclipse/files/patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-include-os_custom.h b/java/eclipse/files/patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-include-os_custom.h
new file mode 100644
index 000000000000..909bb37ae2ba
--- /dev/null
+++ b/java/eclipse/files/patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-include-os_custom.h
@@ -0,0 +1,13 @@
+--- plugins/org.eclipse.core.filesystem/natives/unix/freebsd/include/os_custom.h.orig Sun Aug 19 23:58:06 2007
++++ plugins/org.eclipse.core.filesystem/natives/unix/freebsd/include/os_custom.h Sun Aug 19 23:58:15 2007
+@@ -11,8 +11,8 @@
+ ***********************************************************************/
+
+ /* Use this directive when introducing platform-specific code in localfile.c */
+-#ifndef LINUX
+-#define LINUX
++#ifndef FREEBSD
++#define FREEBSD
+ #endif
+
+ /* Linux supports reading symbolic links */