File tree 2 files changed +6
-6
lines changed
LoopbackFS-ObjC/LoopbackFS
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ typedef unsigned int u_int;
47
47
typedef unsigned long u_long ;
48
48
#endif
49
49
50
- #define G_PREFIX "org"
50
+ #define G_PREFIX "org"
51
51
#define G_KAUTH_FILESEC_XATTR G_PREFIX ".apple.system.Security"
52
- #define A_PREFIX "com"
52
+ #define A_PREFIX "com"
53
53
#define A_KAUTH_FILESEC_XATTR A_PREFIX ".apple.system.Security"
54
- #define XATTR_APPLE_PREFIX "com.apple."
54
+ #define XATTR_APPLE_PREFIX "com.apple."
55
55
56
56
struct loopback {
57
57
uint32_t blocksize ;
Original file line number Diff line number Diff line change @@ -537,11 +537,11 @@ - (BOOL)setAttributes:(NSDictionary *)attributes
537
537
538
538
#pragma mark Extended Attributes
539
539
540
- #define G_PREFIX " org"
540
+ #define G_PREFIX " org"
541
541
#define G_KAUTH_FILESEC_XATTR G_PREFIX " .apple.system.Security"
542
- #define A_PREFIX " com"
542
+ #define A_PREFIX " com"
543
543
#define A_KAUTH_FILESEC_XATTR A_PREFIX " .apple.system.Security"
544
- #define XATTR_APPLE_PREFIX " com.apple."
544
+ #define XATTR_APPLE_PREFIX " com.apple."
545
545
546
546
- (NSArray *)extendedAttributesOfItemAtPath : (NSString *)path error : (NSError **)error {
547
547
NSString *p = [rootPath_ stringByAppendingString: path];
You can’t perform that action at this time.
0 commit comments