diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-05-29 03:41:42 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-05-29 03:41:42 +0000 |
commit | a40f6b4f7752009bd5f5063eb01d1fec681314dd (patch) | |
tree | c2a66806360fff9d21229d4111b879eff914dc6c /java/eclipse-devel/files/patch-plugins-update-src-update.c | |
parent | - Update to 3.5.8 (including XSS problem fix). (diff) |
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]
Notes
Notes:
svn path=/head/; revision=136365
Diffstat (limited to '')
-rw-r--r-- | java/eclipse-devel/files/patch-plugins-update-src-update.c | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/java/eclipse-devel/files/patch-plugins-update-src-update.c b/java/eclipse-devel/files/patch-plugins-update-src-update.c index 532fbdb5758e..6d3991ec7358 100644 --- a/java/eclipse-devel/files/patch-plugins-update-src-update.c +++ b/java/eclipse-devel/files/patch-plugins-update-src-update.c @@ -1,18 +1,15 @@ ---- plugins/org.eclipse.update.core.linux/src/update.c.orig Thu Sep 16 08:48:27 2004 -+++ plugins/org.eclipse.update.core.linux/src/update.c Fri Feb 18 20:27:34 2005 -@@ -10,8 +10,15 @@ - *******************************************************************************/
-
+--- plugins/org.eclipse.update.core.linux/src/update.c.orig Fri May 13 11:37:58 2005 ++++ plugins/org.eclipse.update.core.linux/src/update.c Sat May 14 19:01:31 2005 +@@ -12,7 +12,12 @@ + /* bug 82520 : need to include stdlib.h */
+ # include <stdlib.h>
# include <sys/types.h>
+#ifdef __FreeBSD__ -+# include <stdlib.h> +# include <sys/param.h> +# include <sys/mount.h> -+# include "update.h" +#else # include <sys/statfs.h>
- # include <update.h>
+#endif + # include <update.h>
/*
- * Class: org_eclipse_update_configuration_LocalSystemInfo
|