mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
11 lines
271 B
C++
11 lines
271 B
C++
--- encfs/encfs.cpp.orig 2016-09-18 20:16:04 UTC
|
|
+++ encfs/encfs.cpp
|
|
@@ -741,6 +741,6 @@ int encfs_removexattr(const char *path,
|
|
bind(_do_removexattr, _1, _2, name));
|
|
}
|
|
|
|
-} // namespace encfs
|
|
-
|
|
#endif // HAVE_XATTR
|
|
+
|
|
+} // namespace encfs
|