Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
16 lines
332 B
Diff
16 lines
332 B
Diff
diff --git a/System/Xattr.hsc b/System/Xattr.hsc
|
|
index adaf9cb..9b49996 100644
|
|
--- a/System/Xattr.hsc
|
|
+++ b/System/Xattr.hsc
|
|
@@ -45,11 +45,7 @@ module System.Xattr
|
|
where
|
|
|
|
#include <sys/types.h>
|
|
-#ifdef __APPLE__
|
|
#include <sys/xattr.h>
|
|
-#else
|
|
-#include <attr/xattr.h>
|
|
-#endif
|
|
|
|
import Data.Functor ((<$>))
|
|
import Foreign.C
|