diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2007-10-13 03:28:18 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2007-10-13 03:28:18 +0000 |
commit | 28a3f566fca055cd6c99ab2f6cd7390324c1814d (patch) | |
tree | 108450e1e2832da70f3e9cccbd427c8f60674457 /java/eclipse-devel/files/patch-features-launchers-library-eclipseShm.c | |
parent | Upgrade to 0.39. (diff) |
. Enlist eclipse-devel to get some wider spread of the Eclipse 3.3 port
before it replaces Eclipse 3.2.
The submitters (listed in alphabetical order) collaborated on this.
Submitted by: Mike Bowie <mbowie@buzmo.com>
Dan Rucci <dan@rucci.org>
Ken Yamada <ken@tydfam.jp>
Notes
Notes:
svn path=/head/; revision=201381
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.c | 17 |
1 files changed, 0 insertions, 17 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 deleted file mode 100644 index f351472d932b..000000000000 --- a/java/eclipse-devel/files/patch-features-launchers-library-eclipseShm.c +++ /dev/null @@ -1,17 +0,0 @@ ---- 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) { |