attr/xattr.h is a Linux only "thing"
Status: Beta
Brought to you by:
kshevetskiy
There is no <attr/xattr.h>
on FreeBSD and the file (src/function.c
) compiles fine on the OS without the include. if the include is necessary on Linux, please, consider the patch below.
The patch is against 0.6.1 -- 0.6.0 did not have this problem.
probably fixed
Sorry, the 398e8169ea6d3d854af0173b1e66bf13c124f901 is not a fix -- there is no
sys/xattr.h
on FreeBSD either. If you think, the include is necessary at all -- have you tried compiling without it? -- then it should be protected by#ifdef __linux__
, I think...not needed under linux anymore, so just removed.