mirror of https://github.com/trapexit/mergerfs.git
Antonio SJ Musumeci
10 years ago
8 changed files with 76 additions and 28 deletions
-
17Makefile
-
4src/fallocate.cpp
-
2src/init.cpp
-
4src/ioctl.cpp
-
12src/mergerfs.cpp
-
4src/read_buf.cpp
-
4src/write_buf.cpp
-
7tools/cppfind
@ -0,0 +1,7 @@ |
|||
#!/bin/bash |
|||
|
|||
FUSE_CFLAGS=$(pkg-config --cflags fuse) |
|||
|
|||
echo "#include <fuse.h>" | cpp ${FUSE_CFLAGS} | grep -q "${1}" |
|||
|
|||
[ "$?" != "0" ]; echo $? |
Write
Preview
Loading…
Cancel
Save
Reference in new issue