diff options
Diffstat (limited to 'java/eclipse/files/patch-update.c')
-rw-r--r-- | java/eclipse/files/patch-update.c | 17 |
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
|