X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/61ec970df30325dbcd8c9d0f0e431dc793126656..781bbcd5fa1169bbf8d87eba5cdc4a54e4408edb:/src/OS/os.h-QNX diff --git a/src/OS/os.h-QNX b/src/OS/os.h-QNX index 96611880e..798f799ed 100644 --- a/src/OS/os.h-QNX +++ b/src/OS/os.h-QNX @@ -1,5 +1,3 @@ -/* $Cambridge: exim/src/OS/os.h-QNX,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */ - /* Exim: OS-specific C header file for QNX */ /* Modified for QNX 6.2.0 with diffs from Samuli Tuomola. */ @@ -20,4 +18,7 @@ doesn't have/need this header file. From Karsten P. Hoffmann. */ extern int h_errno; +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + /* End */