diff options
Diffstat (limited to 'src/bindfs.c')
-rw-r--r-- | src/bindfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bindfs.c b/src/bindfs.c index 4a180a2..73312b3 100644 --- a/src/bindfs.c +++ b/src/bindfs.c @@ -75,14 +75,14 @@ #include "usermap.h" /* Apple Structs */ - +#ifdef __APPLE__ #include <sys/param.h> - #define G_PREFIX "org" #define G_KAUTH_FILESEC_XATTR G_PREFIX ".apple.system.Security" #define A_PREFIX "com" #define A_KAUTH_FILESEC_XATTR A_PREFIX ".apple.system.Security" #define XATTR_APPLE_PREFIX "com.apple." +#endif /* SETTINGS */ static struct Settings { |