Use sys/xattr.h instead of attr/xattr.h.
commit6c59fec448a44124a643ad22a940597e1f325266
authorKen Dawson <dawsonwu@rahul.net>
Sat, 3 Jan 2015 04:08:18 +0000 (3 04:08 +0000)
committerPrzemyslaw Pawelczyk <przemoc@gmail.com>
Sun, 8 Feb 2015 00:40:10 +0000 (8 01:40 +0100)
tree71c7a67d458adbfd0ecc78dcda664eab19ff60cc
parentefce68713ffa1c2d3e8c22ca783a7e1010a3ddb3
Use sys/xattr.h instead of attr/xattr.h.

xattr.h from libattr is not necessary, because glibc ships its own
xattr.h for many years already (since v2.3, so it's like 13 years).
libattr's header included errno.h, thus now it needs to be included
explicitly.

Signed-off-by: Przemyslaw Pawelczyk <przemoc@gmail.com>
metaentry.c
metastore.c