Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/benchmarks/ior/files/patch-src_utilities.c
16462 views
1
--- src/utilities.c.orig 2023-01-20 07:46:47 UTC
2
+++ src/utilities.c
3
@@ -45,7 +45,7 @@
4
# include <regex.h>
5
# ifdef __sun /* SunOS does not support statfs(), instead uses statvfs() */
6
# include <sys/statvfs.h>
7
-# elif (defined __APPLE__)
8
+# elif (defined __APPLE__) || (defined __FreeBSD__)
9
# include <sys/param.h>
10
# include <sys/mount.h>
11
# else /* ! __sun or __APPLE__ */
12
13