usb-modeswitch: Fix a condition to compare default product id and switched product...
[openwrt/svn-archive/archive.git] / utils / ntfs-3g / patches-2011.4.12 / 001-options.patch
1 --- a/src/ntfs-3g_common.c.ref 2011-04-23 08:25:28.000000000 +0200
2 +++ b/src/ntfs-3g_common.c 2011-04-23 08:32:16.000000000 +0200
3 @@ -58,8 +58,6 @@
4
5 static const char nf_ns_alt_xattr_efsinfo[] = "user.ntfs.efsinfo";
6
7 -#ifdef HAVE_SETXATTR
8 -
9 static const char def_opts[] = "allow_other,nonempty,";
10
11 /*
12 @@ -573,6 +571,8 @@
13 return 0;
14 }
15
16 +#ifdef HAVE_SETXATTR
17 +
18 int ntfs_fuse_listxattr_common(ntfs_inode *ni, ntfs_attr_search_ctx *actx,
19 char *list, size_t size, BOOL prefixing)
20 {