summaryrefslogtreecommitdiff
path: root/java/eclipse-devel/files/patch-features-plat-library-eclipseShm.c
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2008-09-06 19:31:51 +0000
committerGreg Lewis <glewis@FreeBSD.org>2008-09-06 19:31:51 +0000
commit206bef988c5dfb8ec07f72ed820c48398643329f (patch)
tree4b7724aaf93cce6ea63fa0c79900620264746c8a /java/eclipse-devel/files/patch-features-plat-library-eclipseShm.c
parent. Update to Eclipse Europa, copied over from eclipse-devel. (diff)
. Update to Eclipse Ganymede
Submitted by: "Stephane E. Potvin" <sepotvin@videotron.ca>
Diffstat (limited to '')
-rw-r--r--java/eclipse-devel/files/patch-features-plat-library-eclipseShm.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/java/eclipse-devel/files/patch-features-plat-library-eclipseShm.c b/java/eclipse-devel/files/patch-features-plat-library-eclipseShm.c
deleted file mode 100644
index 4e7a4a190282..000000000000
--- a/java/eclipse-devel/files/patch-features-plat-library-eclipseShm.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- features/org.eclipse.equinox.executable/library/eclipseShm.c.orig Wed Aug 2 11:32:25 2006
-+++ features/org.eclipse.equinox.executable/library/eclipseShm.c Wed Aug 2 11:33:30 2006
-@@ -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) {