mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 19:56:53 -04:00
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@
17 lines
494 B
C
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) {
|