diff options
Diffstat (limited to 'java/eclipse-devel/files/post-patch-plugins-org.eclipse.update.core.freebsd-src-update.c')
| -rw-r--r-- | java/eclipse-devel/files/post-patch-plugins-org.eclipse.update.core.freebsd-src-update.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/java/eclipse-devel/files/post-patch-plugins-org.eclipse.update.core.freebsd-src-update.c b/java/eclipse-devel/files/post-patch-plugins-org.eclipse.update.core.freebsd-src-update.c new file mode 100644 index 000000000000..59c6f1b9eeaa --- /dev/null +++ b/java/eclipse-devel/files/post-patch-plugins-org.eclipse.update.core.freebsd-src-update.c @@ -0,0 +1,12 @@ +--- plugins/org.eclipse.update.core.freebsd/src/update.c.orig 2007-09-01 18:09:27.000000000 +0900 ++++ plugins/org.eclipse.update.core.freebsd/src/update.c 2007-09-01 18:24:02.000000000 +0900 +@@ -12,7 +12,8 @@ + /* bug 82520 : need to include stdlib.h */
+ # include <stdlib.h>
+ # include <sys/types.h>
+-# include <sys/statfs.h>
++# include <sys/param.h>
++# include <sys/mount.h>
+ # include <update.h>
+
+ /*
|
