diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-07-31 05:26:16 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-07-31 05:26:16 +0000 |
commit | 0be0fb477cb7000852c24a6cf6bba1c9bf3abd7e (patch) | |
tree | 834412cc77705b06f4e05945ec6ff3dc38d1bf6e /java/eclipse/files/patch-plugins-update-src-update.c | |
parent | Fix build on 4-stable. (diff) |
Update to 3.1.
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@
Notes
Notes:
svn path=/head/; revision=140521
Diffstat (limited to 'java/eclipse/files/patch-plugins-update-src-update.c')
-rw-r--r-- | java/eclipse/files/patch-plugins-update-src-update.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/java/eclipse/files/patch-plugins-update-src-update.c b/java/eclipse/files/patch-plugins-update-src-update.c new file mode 100644 index 000000000000..6d3991ec7358 --- /dev/null +++ b/java/eclipse/files/patch-plugins-update-src-update.c @@ -0,0 +1,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 <sys/param.h> ++# include <sys/mount.h> ++#else + # include <sys/statfs.h>
++#endif + # include <update.h>
+
+ /*
|