ports/java/eclipse-devel/files/patch-features-launchers-library-eclipseShm.c
Norikatsu Shigemura a40f6b4f77 o Update to 3.1M7. [1]
o Add LATEST_LINK. [2]

PR:		ports/81076 [1]
Submitted by:	Alex Varju <freebsd-ports@varju.ca> [1]
Pointed out by:	krisbot via kris [2]
Tested by:	java@ [1]
2005-05-29 03:41:42 +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) {