X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/61ec970df30325dbcd8c9d0f0e431dc793126656..65e061b76867a9ea7aeeb535341b790b90ae6c21:/src/OS/os.h-USG diff --git a/src/OS/os.h-USG b/src/OS/os.h-USG index 5bf995139..e76922067 100644 --- a/src/OS/os.h-USG +++ b/src/OS/os.h-USG @@ -1,5 +1,3 @@ -/* $Cambridge: exim/src/OS/os.h-USG,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */ - /* Exim: OS-specific C header file for Unixware 2.x */ #define NO_SYSEXITS @@ -15,4 +13,7 @@ #define _SVID3 #define NEED_H_ERRNO +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + /* End */