mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 18:14:24 +08:00
Temporarily disabled MacOSX features in lowntfs-3g (Erik Larsson)
This commit is contained in:
parent
02b11579cc
commit
8e98f616dd
@ -507,7 +507,7 @@ static void set_fuse_error(int *err)
|
||||
*err = -errno;
|
||||
}
|
||||
|
||||
#if defined(__APPLE__) || defined(__DARWIN__)
|
||||
#if 0 && (defined(__APPLE__) || defined(__DARWIN__)) /* Unfinished. */
|
||||
static int ntfs_macfuse_getxtimes(const char *org_path,
|
||||
struct timespec *bkuptime, struct timespec *crtime)
|
||||
{
|
||||
@ -3587,7 +3587,7 @@ static struct fuse_lowlevel_ops ntfs_3g_ops = {
|
||||
.removexattr = ntfs_fuse_removexattr,
|
||||
.listxattr = ntfs_fuse_listxattr,
|
||||
#endif /* HAVE_SETXATTR */
|
||||
#if defined(__APPLE__) || defined(__DARWIN__)
|
||||
#if 0 && (defined(__APPLE__) || defined(__DARWIN__)) /* Unfinished. */
|
||||
/* MacFUSE extensions. */
|
||||
.getxtimes = ntfs_macfuse_getxtimes,
|
||||
.setcrtime = ntfs_macfuse_setcrtime,
|
||||
|
Loading…
Reference in New Issue
Block a user