summaryrefslogtreecommitdiff
path: root/java/eclipse/files/patch-eclipseShm
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2004-07-25 08:01:09 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2004-07-25 08:01:09 +0000
commit4085ba54b41d14620736520c2c40425a544cb5a4 (patch)
tree2ccfe4e95d3be2092b542c6da73c58fb1826e781 /java/eclipse/files/patch-eclipseShm
parentFix build on 4.x. (diff)
Update to 3.0.
Submitted by: Panagiotis Astithas <past@netmode.ntua.gr> Jeremy Faulkner <gldisater@gldis.ca> Torben Jager <Torben.Jaeger@t-online.de> Georg-W. Koltermann <gwk@rahn-koltermann.de> Reviewed by: java
Notes
Notes: svn path=/head/; revision=114609
Diffstat (limited to 'java/eclipse/files/patch-eclipseShm')
-rw-r--r--java/eclipse/files/patch-eclipseShm15
1 files changed, 15 insertions, 0 deletions
diff --git a/java/eclipse/files/patch-eclipseShm b/java/eclipse/files/patch-eclipseShm
new file mode 100644
index 000000000000..901f8d787326
--- /dev/null
+++ b/java/eclipse/files/patch-eclipseShm
@@ -0,0 +1,15 @@
+--- plugins/platform-launcher/library/eclipseShm.c.orig Wed Apr 21 03:55:49 2004
++++ plugins/platform-launcher/library/eclipseShm.c Wed Apr 21 03:55:57 2004
+@@ -178,11 +178,11 @@
+
+ #else /* Unix like platforms */
+
++#include <sys/types.h>
+ #include <sys/shm.h>
+ #include <string.h>
+ #include <stdlib.h>
+ #include <stdio.h>
+-#include <sys/types.h>
+ #include <unistd.h>
+
+ int createSharedData(char** id, int size) {