summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/fyba/vfs-mount-darwin.patch
blob: 134db87a1c4a5eaeabfaf7bcfe8bc0d8ec55c6e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
diff -Naur a/configure.ac b/configure.ac
--- a/configure.ac	2014-09-22 00:36:49.000000000 -0500
+++ b/configure.ac	2018-05-19 12:37:15.000000000 -0500
@@ -18,7 +18,7 @@
 # Checks for libraries.
 
 # Checks for header files.
-AC_CHECK_HEADERS([fcntl.h float.h inttypes.h limits.h locale.h memory.h stdint.h stdlib.h string.h sys/ioctl.h sys/statvfs.h sys/time.h sys/vfs.h termios.h unistd.h])
+AC_CHECK_HEADERS([fcntl.h float.h inttypes.h limits.h locale.h memory.h stdint.h stdlib.h string.h sys/ioctl.h sys/statvfs.h sys/time.h sys/mount.h termios.h unistd.h])
 
 # Checks for typedefs, structures, and compiler characteristics.
 AC_HEADER_STDBOOL
diff -Naur a/src/UT/DISKINFO.cpp b/src/UT/DISKINFO.cpp
--- a/src/UT/DISKINFO.cpp	2014-09-22 00:36:49.000000000 -0500
+++ b/src/UT/DISKINFO.cpp	2018-05-19 12:38:08.000000000 -0500
@@ -17,7 +17,7 @@
 #     include <sys/statvfs.h>
 #  else
 #     include <sys/stat.h>
-#     include <sys/vfs.h>
+#     include <sys/mount.h>
 #  endif
 
 #  include <sys/types.h>
diff -Naur a/src/UT/INQSIZE.cpp b/src/UT/INQSIZE.cpp
--- a/src/UT/INQSIZE.cpp	2014-09-22 00:36:49.000000000 -0500
+++ b/src/UT/INQSIZE.cpp	2018-05-19 12:37:45.000000000 -0500
@@ -16,7 +16,7 @@
 #  include<stdio.h>
 #  include<sys/time.h>
 #  include<sys/types.h>
-#  include<sys/vfs.h>
+#  include<sys/mount.h>
 #  include<fcntl.h>
 #  include<sys/stat.h>
 #  include<errno.h>
diff -Naur a/src/UT/INQTID.cpp b/src/UT/INQTID.cpp
--- a/src/UT/INQTID.cpp	2014-09-22 00:36:49.000000000 -0500
+++ b/src/UT/INQTID.cpp	2018-05-19 12:37:57.000000000 -0500
@@ -15,7 +15,7 @@
 #  include<stdio.h>
 #  include<sys/time.h>
 #  include<sys/types.h>
-#  include<sys/vfs.h>
+#  include<sys/mount.h>
 #  include<fcntl.h>
 #  include<sys/stat.h>
 #  include<errno.h>