diff options
author | Alexander Kabaev <kan@FreeBSD.org> | 2006-11-04 02:06:50 +0000 |
---|---|---|
committer | Alexander Kabaev <kan@FreeBSD.org> | 2006-11-04 02:06:50 +0000 |
commit | 7247b8444b4b73aa6377ff52829b6f93b9f1d91f (patch) | |
tree | 37b69444d02f24a708e07b15f5fd74d16a42c710 /java/eclipse/files/patch-features-launchers-library-eclipseShm.c | |
parent | Fix pkg-plist. (diff) |
Update Eclipse to version 3.2.1. Assign port maintainership to
submitter.
Submitted by: David Sledge
Notes
Notes:
svn path=/head/; revision=176328
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, 0 insertions, 17 deletions
diff --git a/java/eclipse/files/patch-features-launchers-library-eclipseShm.c b/java/eclipse/files/patch-features-launchers-library-eclipseShm.c deleted file mode 100644 index f351472d932b..000000000000 --- a/java/eclipse/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) { |