chiark / gitweb /
Add #ifdef guards around xattr usage
authorHenrik Grindal Bakken <hgb@ifi.uio.no>
Wed, 21 Nov 2012 09:36:56 +0000 (10:36 +0100)
committerTollef Fog Heen <tfheen@err.no>
Wed, 21 Nov 2012 09:49:58 +0000 (10:49 +0100)
This adds #ifdef HAVE_ATTR_XATTR_H guards around all usage of xattr.
This unbreaks building with --disable-xattr when <attr/xattr.h> doesn't exist.
<attr/xattr.h> and usage of fsetxattr() without


No differences found