this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Kill xattr_preserve_for_intent reference

+4
+4
src/copyfile/copyfile.c
··· 75 75 #include "copyfile_private.h" 76 76 #include "xattr_flags.h" 77 77 78 + #ifdef DARLING 79 + # define xattr_preserve_for_intent(x,y) (0) 80 + #endif 81 + 78 82 enum cfInternalFlags { 79 83 cfDelayAce = 1 << 0, 80 84 cfMakeFileInvisible = 1 << 1,