diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-08-10 09:44:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:29:25 -0500 |
commit | 9342df70273f7c52ba1c6015c7e4addff7f78a4f (patch) | |
tree | 6c4ea7d99f30eb2d828c64a1c0d00bdaa8905356 /source3/include | |
parent | d68145a509b3e86e0d5ff44260f968eb1f39dfeb (diff) | |
download | samba-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')
-rw-r--r-- | source3/include/includes.h | 4 |
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> |