This website works better with JavaScript.
Home
Explore
Help
Sign In
Mirror
/
mergerfs
mirror of
https://github.com/trapexit/mergerfs.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
fix building on platforms without O_PATH
pull/531/head
Antonio SJ Musumeci
6 years ago
parent
0abb2a960c
commit
c46134c03a
1 changed files
with
4 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
4
src/fs_base_statvfs.hpp
4
src/fs_base_statvfs.hpp
View File
@ -26,6 +26,10 @@
#
include
<string>
#
ifndef O_PATH
#
define O_PATH 0
#
endif
namespace
fs
{
static
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
Mirror/mergerfs
Title
Body
Create Issue