ports/java/eclipse-devel/files/patch-plugins-org.eclipse.update.core.freebsd-src-update.c
Greg Lewis 206bef988c . Update to Eclipse Ganymede
Submitted by:	"Stephane E. Potvin" <sepotvin@videotron.ca>
2008-09-06 19:31:51 +00:00

13 lines
416 B
C

--- plugins/org.eclipse.update.core.freebsd/src/update.c.orig 2008-08-05 23:34:48.000000000 -0400
+++ plugins/org.eclipse.update.core.freebsd/src/update.c 2008-08-05 23:35:29.000000000 -0400
@@ -11,8 +11,9 @@
/* bug 82520 : need to include stdlib.h */
# include <stdlib.h>
+# include <sys/param.h>
# include <sys/types.h>
-# include <sys/statfs.h>
+# include <sys/mount.h>
# include <update.h>
/*