From 9342df70273f7c52ba1c6015c7e4addff7f78a4f Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 10 Aug 2007 09:44:13 +0000 Subject: r24304: patch from Bjoern JAcke : attached patches add EA support for Solaris. If no one disagrees, can someone check this in please? metze (This used to be commit 81e5afc363e1f0bdc4768c0f5c696f4152fe5b44) --- source3/include/includes.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/include') 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 #endif +#ifndef ENOATTR +#define ENOATTR ENODATA +#endif + /* mutually exclusive (SuSE 8.2) */ #if HAVE_ATTR_XATTR_H #include -- cgit