X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/61ec970df30325dbcd8c9d0f0e431dc793126656..902fbd6974bac4abf70a4c567534669a86ff763e:/src/OS/os.h-USG?ds=sidebyside 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 */