summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-25 23:36:14 +0100
committerGünther Deschner <gd@samba.org>2011-03-30 01:13:07 +0200
commit1d7b7ce42e1dd8c648bd62c317f1414b29ddbd08 (patch)
tree2727ae5266953ec50950db60dbd7efa4153e5c61 /source3
parent0e771263eed0b9bc364ce523765ea17dd1192841 (diff)
downloadsamba-1d7b7ce42e1dd8c648bd62c317f1414b29ddbd08.tar.gz
samba-1d7b7ce42e1dd8c648bd62c317f1414b29ddbd08.tar.bz2
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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 91b81e4ea0..b0f77cf6d1 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);