X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FOS%2Fos.h-AIX;h=5cd4501a4f8b86192b3d33a7787f0244d729d902;hb=28fb7042c4d99225f3968d6555faef598db2e9d0;hp=29a2903a3506e016fbeb6bc6457437867324be6c;hpb=61ec970df30325dbcd8c9d0f0e431dc793126656;p=user%2Fhenk%2Fcode%2Fexim.git 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 */