ports/java/eclipse/files/patch-eclipseShm
Norikatsu Shigemura 4085ba54b4 Update to 3.0.
Submitted by:	Panagiotis Astithas <past@netmode.ntua.gr>
		Jeremy Faulkner <gldisater@gldis.ca>
		Torben Jager <Torben.Jaeger@t-online.de>
		Georg-W. Koltermann <gwk@rahn-koltermann.de>
Reviewed by:	java
2004-07-25 08:01:09 +00:00

15 lines
416 B
Text

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