ports/java/eclipse/files/patch-features-launchers-library-eclipseShm.c
Norikatsu Shigemura 0be0fb477c 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@
2005-07-31 05:26:16 +00:00

17 lines
494 B
C

--- 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) {