1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

s3-includes: remove EILSEQ check, this is handled by

../lib/replace/system/iconv.h already.

Guenther
This commit is contained in:
Günther Deschner 2011-02-25 23:36:14 +01:00
parent 0e771263ee
commit 1d7b7ce42e

View File

@ -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);