bud 58e1458bb5 bump version to 2011.4.12,
new package ntfsprogs_ntfs-3g


git-svn-id: svn://svn.openwrt.org/openwrt/packages@27085 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-01 14:47:21 +00:00

21 lines
493 B
Diff

--- a/src/ntfs-3g_common.c.ref 2011-04-23 08:25:28.000000000 +0200
+++ b/src/ntfs-3g_common.c 2011-04-23 08:32:16.000000000 +0200
@@ -58,8 +58,6 @@
static const char nf_ns_alt_xattr_efsinfo[] = "user.ntfs.efsinfo";
-#ifdef HAVE_SETXATTR
-
static const char def_opts[] = "allow_other,nonempty,";
/*
@@ -573,6 +571,8 @@
return 0;
}
+#ifdef HAVE_SETXATTR
+
int ntfs_fuse_listxattr_common(ntfs_inode *ni, ntfs_attr_search_ctx *actx,
char *list, size_t size, BOOL prefixing)
{