X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/8961fcec0ad3fab6984a7c2ff85d2ec2a5060157..b3765932b14d24fbc54b3f83e2fe865df48bc2f3:/src/OS/os.h-OpenBSD diff --git a/src/OS/os.h-OpenBSD b/src/OS/os.h-OpenBSD index 9578047af..35eddd5a5 100644 --- a/src/OS/os.h-OpenBSD +++ b/src/OS/os.h-OpenBSD @@ -20,4 +20,7 @@ typedef struct flock flock_t; typedef struct __res_state *res_state; +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + /* End */