summaryrefslogtreecommitdiff
path: root/java/eclipse/files/patch-update.c
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2005-07-31 05:26:16 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2005-07-31 05:26:16 +0000
commit0be0fb477cb7000852c24a6cf6bba1c9bf3abd7e (patch)
tree834412cc77705b06f4e05945ec6ff3dc38d1bf6e /java/eclipse/files/patch-update.c
parentFix 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@
Diffstat (limited to 'java/eclipse/files/patch-update.c')
-rw-r--r--java/eclipse/files/patch-update.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/java/eclipse/files/patch-update.c b/java/eclipse/files/patch-update.c
deleted file mode 100644
index 83b2047bf2b9..000000000000
--- a/java/eclipse/files/patch-update.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- 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