diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-17 17:39:48 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-17 17:39:48 +0000 |
commit | 5362074527684d60cbb8d3d79f4cf441dff5ec24 (patch) | |
tree | 3a84f219151476e3a79a9c9001da8efb15a11c9f /java/eclipse/files/patch-update.cpp | |
parent | Update to 0.4.2 (diff) |
Add eclipse 2.1, An open extensible IDE for anything and nothing
in particular.
Submitted by: kan
Notes
Notes:
svn path=/head/; revision=83172
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>
+
+ /*
|