diff options
author | Günther Deschner <gd@samba.org> | 2011-02-25 23:36:14 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:07 +0200 |
commit | 1d7b7ce42e1dd8c648bd62c317f1414b29ddbd08 (patch) | |
tree | 2727ae5266953ec50950db60dbd7efa4153e5c61 /source3 | |
parent | 0e771263eed0b9bc364ce523765ea17dd1192841 (diff) | |
download | samba-1d7b7ce42e1dd8c648bd62c317f1414b29ddbd08.tar.gz samba-1d7b7ce42e1dd8c648bd62c317f1414b29ddbd08.tar.xz samba-1d7b7ce42e1dd8c648bd62c317f1414b29ddbd08.zip |
s3-includes: remove EILSEQ check, this is handled by
../lib/replace/system/iconv.h already.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/includes.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 91b81e4ea04..b0f77cf6d18 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -675,12 +675,6 @@ enum flush_reason_enum { #endif -/* needed for some systems without iconv. Doesn't really matter - what error code we use */ -#ifndef EILSEQ -#define EILSEQ EIO -#endif - /* add varargs prototypes with printf checking */ /*PRINTFLIKE2 */ int fdprintf(int , const char *, ...) PRINTF_ATTRIBUTE(2,3); |