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-eclipseShm | |
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@
Notes
Notes:
svn path=/head/; revision=140521
Diffstat (limited to 'java/eclipse/files/patch-eclipseShm')
-rw-r--r-- | java/eclipse/files/patch-eclipseShm | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/java/eclipse/files/patch-eclipseShm b/java/eclipse/files/patch-eclipseShm deleted file mode 100644 index 901f8d787326..000000000000 --- a/java/eclipse/files/patch-eclipseShm +++ /dev/null @@ -1,15 +0,0 @@ ---- plugins/platform-launcher/library/eclipseShm.c.orig Wed Apr 21 03:55:49 2004 -+++ plugins/platform-launcher/library/eclipseShm.c Wed Apr 21 03:55:57 2004 -@@ -178,11 +178,11 @@ - - #else /* Unix like platforms */ - -+#include <sys/types.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) { |