summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-08-10 09:44:13 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:29:25 -0500
commit9342df70273f7c52ba1c6015c7e4addff7f78a4f (patch)
tree6c4ea7d99f30eb2d828c64a1c0d00bdaa8905356 /source3/include/includes.h
parentd68145a509b3e86e0d5ff44260f968eb1f39dfeb (diff)
downloadsamba-9342df70273f7c52ba1c6015c7e4addff7f78a4f.tar.gz
samba-9342df70273f7c52ba1c6015c7e4addff7f78a4f.tar.bz2
samba-9342df70273f7c52ba1c6015c7e4addff7f78a4f.zip
r24304: patch from Bjoern JAcke <bj@SerNet.DE>:
attached patches add EA support for Solaris. If no one disagrees, can someone check this in please? metze (This used to be commit 81e5afc363e1f0bdc4768c0f5c696f4152fe5b44)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 238612a438..7747f97970 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -224,6 +224,10 @@ typedef int ber_int_t;
#include <sys/attributes.h>
#endif
+#ifndef ENOATTR
+#define ENOATTR ENODATA
+#endif
+
/* mutually exclusive (SuSE 8.2) */
#if HAVE_ATTR_XATTR_H
#include <attr/xattr.h>