From 4085ba54b41d14620736520c2c40425a544cb5a4 Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Sun, 25 Jul 2004 08:01:09 +0000 Subject: Update to 3.0. Submitted by: Panagiotis Astithas Jeremy Faulkner Torben Jager Georg-W. Koltermann Reviewed by: java --- java/eclipse/files/patch-update.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 java/eclipse/files/patch-update.c (limited to 'java/eclipse/files/patch-update.c') diff --git a/java/eclipse/files/patch-update.c b/java/eclipse/files/patch-update.c new file mode 100644 index 000000000000..83b2047bf2b9 --- /dev/null +++ b/java/eclipse/files/patch-update.c @@ -0,0 +1,17 @@ +--- 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 ++#ifdef __FreeBSD__ ++# include ++# include ++# include "update.h" ++#else + # include + # include ++#endif + + /* + * Class: org_eclipse_update_configuration_LocalSystemInfo -- cgit v1.2.3