X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/61ec970df30325dbcd8c9d0f0e431dc793126656..4fab92fbc2b63bac2d89c1dae69fa1845cb640b7:/src/OS/os.h-AIX diff --git a/src/OS/os.h-AIX b/src/OS/os.h-AIX index 29a2903a3..5cd4501a4 100644 --- a/src/OS/os.h-AIX +++ b/src/OS/os.h-AIX @@ -1,5 +1,3 @@ -/* $Cambridge: exim/src/OS/os.h-AIX,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */ - /* Exim: OS-specific C header file for AIX */ /* Written by Nick Waterman */ /* Modified by Philip Hazel with data from @@ -22,4 +20,8 @@ typedef struct flock flock_t; +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + + /* End */