mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
o Add LATEST_LINK. [2] PR: ports/81076 [1] Submitted by: Alex Varju <freebsd-ports@varju.ca> [1] Pointed out by: krisbot via kris [2] Tested by: java@ [1]
15 lines
421 B
C
15 lines
421 B
C
--- plugins/org.eclipse.update.core.linux/src/update.c.orig Fri May 13 11:37:58 2005
|
|
+++ plugins/org.eclipse.update.core.linux/src/update.c Sat May 14 19:01:31 2005
|
|
@@ -12,7 +12,12 @@
|
|
/* bug 82520 : need to include stdlib.h */
|
|
# include <stdlib.h>
|
|
# include <sys/types.h>
|
|
+#ifdef __FreeBSD__
|
|
+# include <sys/param.h>
|
|
+# include <sys/mount.h>
|
|
+#else
|
|
# include <sys/statfs.h>
|
|
+#endif
|
|
# include <update.h>
|
|
|
|
/*
|