diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-07-25 08:01:09 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-07-25 08:01:09 +0000 |
commit | 4085ba54b41d14620736520c2c40425a544cb5a4 (patch) | |
tree | 2ccfe4e95d3be2092b542c6da73c58fb1826e781 /java/eclipse/files/patch-update.cpp | |
parent | Fix build on 4.x. (diff) |
Update to 3.0.
Submitted by: Panagiotis Astithas <past@netmode.ntua.gr>
Jeremy Faulkner <gldisater@gldis.ca>
Torben Jager <Torben.Jaeger@t-online.de>
Georg-W. Koltermann <gwk@rahn-koltermann.de>
Reviewed by: java
Notes
Notes:
svn path=/head/; revision=114609
Diffstat (limited to 'java/eclipse/files/patch-update.cpp')
-rw-r--r-- | java/eclipse/files/patch-update.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/java/eclipse/files/patch-update.cpp b/java/eclipse/files/patch-update.cpp deleted file mode 100644 index eabdfd542d23..000000000000 --- a/java/eclipse/files/patch-update.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- 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>
-
- /*
|