summaryrefslogtreecommitdiff
path: root/java/eclipse-devel/files/patch-features-launchers-library-eclipseShm.c
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2005-05-07 05:00:40 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2005-05-07 05:00:40 +0000
commit0bc453c3e644edfc1514f310a3360766f95d0fb2 (patch)
tree6da7c8eeff44f013dcae1a63682175b9dd0b0fe7 /java/eclipse-devel/files/patch-features-launchers-library-eclipseShm.c
parentFix the build on 4.X. (diff)
Add eclipse-devel 3.1M6, an open extensible IDE for anything and nothing
in particular. PR: ports/79917 Submitted by: various members of freebsd-java
Notes
Notes: svn path=/head/; revision=134751
Diffstat (limited to 'java/eclipse-devel/files/patch-features-launchers-library-eclipseShm.c')
-rw-r--r--java/eclipse-devel/files/patch-features-launchers-library-eclipseShm.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/java/eclipse-devel/files/patch-features-launchers-library-eclipseShm.c b/java/eclipse-devel/files/patch-features-launchers-library-eclipseShm.c
new file mode 100644
index 000000000000..735606309168
--- /dev/null
+++ b/java/eclipse-devel/files/patch-features-launchers-library-eclipseShm.c
@@ -0,0 +1,17 @@
+--- features/org.eclipse.launchers/library/eclipseShm.c.orig Fri Apr 1 13:55:58 2005
++++ features/org.eclipse.launchers/library/eclipseShm.c Sun Apr 3 11:34:02 2005
+@@ -182,11 +182,13 @@
+
+ #else /* Unix like platforms */
+
++#include <machine/param.h>
++#include <sys/types.h>
++#include <sys/ipc.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) {