X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/46ca7017f606d1a3e7dfef09af46310cdad04da2..f7ae746216a4538a32359dc3a8de8006f9a2cb69:/src/OS/os.h-OpenBSD?ds=inline diff --git a/src/OS/os.h-OpenBSD b/src/OS/os.h-OpenBSD index 9578047af..5d55a967e 100644 --- a/src/OS/os.h-OpenBSD +++ b/src/OS/os.h-OpenBSD @@ -20,4 +20,11 @@ typedef struct flock flock_t; typedef struct __res_state *res_state; +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + +#ifndef EPROTO +# define EPROTO 71 +#endif + /* End */