Ticket #29917: encfs-main.cpp.diff
File encfs-main.cpp.diff, 532 bytes (added by skl@…, 13 years ago) |
---|
-
encfs/main.cpp
old new 53 53 54 54 // Fuse version >= 26 requires another argument to fuse_unmount, which we 55 55 // don't have. So use the backward compatible call instead.. 56 extern "C" void fuse_ unmount_compat22(const char *mountpoint);57 # define fuse_unmount fuse_unmount_compat2256 extern "C" void fuse_kern_unmount(const char *mountpoint, int fd); 57 # define fuse_unmount(x) fuse_kern_unmount(x, -1) 58 58 59 59 #include <locale.h> 60 60