X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/61ec970df30325dbcd8c9d0f0e431dc793126656..ae98657dd2f5449aff25d7b5669ae7e273255ca3:/src/OS/os.h-OpenUNIX?ds=sidebyside diff --git a/src/OS/os.h-OpenUNIX b/src/OS/os.h-OpenUNIX index 30d10f9bf..67d1063b0 100644 --- a/src/OS/os.h-OpenUNIX +++ b/src/OS/os.h-OpenUNIX @@ -1,5 +1,3 @@ -/* $Cambridge: exim/src/OS/os.h-OpenUNIX,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */ - /* Exim: OS-specific C header file for OpenUNIX */ #define NO_SYSEXITS @@ -15,4 +13,7 @@ #define _SVID3 #define NEED_H_ERRNO +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + /* End */