mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
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]
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) {
|