freebsd-ports/java/eclipse/files/patch-update.c
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

17 lines
527 B
C

--- plugins/org.eclipse.update.core.linux/src/update.c.orig Sun Jun 13 22:47:30 2004
+++ plugins/org.eclipse.update.core.linux/src/update.c Sun Jun 13 22:48:22 2004
@@ -10,8 +10,14 @@
*******************************************************************************/
# include <sys/types.h>
+#ifdef __FreeBSD__
+# include <sys/param.h>
+# include <sys/mount.h>
+# include "update.h"
+#else
# include <sys/statfs.h>
# include <update.h>
+#endif
/*
* Class: org_eclipse_update_configuration_LocalSystemInfo