Ticket #7944: operations.cpp.diff
File operations.cpp.diff, 823 bytes (added by , 10 years ago) |
---|
-
operations.cpp
73 73 const fs::path dot_dot_path(".."); 74 74 # include <sys/types.h> 75 75 # include <sys/stat.h> 76 # if !defined(__APPLE__) && !defined(__OpenBSD__) 76 # if !defined(__APPLE__) && !defined(__OpenBSD__) && !defined(__VXWORKS__) 77 77 # include <sys/statvfs.h> 78 78 # define BOOST_STATVFS statvfs 79 79 # define BOOST_STATVFS_F_FRSIZE vfs.f_frsize … … 81 81 # ifdef __OpenBSD__ 82 82 # include <sys/param.h> 83 83 # endif 84 # ifndef __VXWORKS__ 84 85 # include <sys/mount.h> 86 # endif 85 87 # define BOOST_STATVFS statfs 86 88 # define BOOST_STATVFS_F_FRSIZE static_cast<boost::uintmax_t>(vfs.f_bsize) 87 89 # endif