diff options
Diffstat (limited to 'java/eclipse/files/patch-update.cpp')
-rw-r--r-- | java/eclipse/files/patch-update.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/java/eclipse/files/patch-update.cpp b/java/eclipse/files/patch-update.cpp new file mode 100644 index 000000000000..eabdfd542d23 --- /dev/null +++ b/java/eclipse/files/patch-update.cpp @@ -0,0 +1,13 @@ +--- plugins/org.eclipse.update.core.linux/src/update.cpp.orig Tue Mar 4 14:18:02 2003 ++++ plugins/org.eclipse.update.core.linux/src/update.cpp Tue Mar 4 14:20:21 2003 +@@ -3,8 +3,8 @@ + * All Rights Reserved.
+ */
+
+-# include <sys/types.h>
+-# include <sys/statfs.h>
++# include <sys/param.h>
++# include <sys/mount.h>
+ # include <update.h>
+
+ /*
|