diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-07-31 05:26:16 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-07-31 05:26:16 +0000 |
commit | 0be0fb477cb7000852c24a6cf6bba1c9bf3abd7e (patch) | |
tree | 834412cc77705b06f4e05945ec6ff3dc38d1bf6e /java/eclipse/files/patch-features-launchers-library-eclipseShm.c | |
parent | Fix build on 4-stable. (diff) |
Update to 3.1.
o java/eclipse-devel is IGNOREd now until 3.2+.
o change MAINTAINERship to java@ on java/eclipse-devel. [1]
PR: ports/84252
Submitted by: Panagiotis Astithas <past@ebs.gr>
Requested by: devel/eclipse-devel's maintainer [1]
Tested by: java@
Diffstat (limited to 'java/eclipse/files/patch-features-launchers-library-eclipseShm.c')
-rw-r--r-- | java/eclipse/files/patch-features-launchers-library-eclipseShm.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/java/eclipse/files/patch-features-launchers-library-eclipseShm.c b/java/eclipse/files/patch-features-launchers-library-eclipseShm.c new file mode 100644 index 000000000000..f351472d932b --- /dev/null +++ b/java/eclipse/files/patch-features-launchers-library-eclipseShm.c @@ -0,0 +1,17 @@ +--- features/org.eclipse.platform.launchers/library/eclipseShm.c.orig Fri Apr 1 13:55:58 2005 ++++ features/org.eclipse.platform.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) { |