1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

<attr/xattr.h> & <sys/xattr.h> are mutually exclusive it seems; fix build on SuSE 8.2

This commit is contained in:
Gerald Carter 0001-01-01 00:00:00 +00:00
parent a47127e90e
commit 34e6c5f8f3

View File

@ -437,11 +437,10 @@
#include <sys/attributes.h>
#endif
## mutually exclusive (SuSE 8.2)
#if HAVE_ATTR_XATTR_H
#include <attr/xattr.h>
#endif
#if HAVE_SYS_XATTR_H
#elif HAVE_SYS_XATTR_H
#include <sys/xattr.h>
#endif