X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FOS%2Fos.h-HP-UX-9;h=5a260d607ad9107c1c629fa0d3dc007efcbf1173;hb=5ef5dd52d1ded8b0ffdf4708e1d00e4ef458b86a;hp=c7e3604c3e97c35777e9cfd8b5bd04667bd42ccc;hpb=61ec970df30325dbcd8c9d0f0e431dc793126656;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/OS/os.h-HP-UX-9 b/src/OS/os.h-HP-UX-9 index c7e3604c3..5a260d607 100644 --- a/src/OS/os.h-HP-UX-9 +++ b/src/OS/os.h-HP-UX-9 @@ -1,5 +1,3 @@ -/* $Cambridge: exim/src/OS/os.h-HP-UX-9,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */ - /* Exim: OS-specific C header file for HP-UX version 9 */ #define LOAD_AVG_NEEDS_ROOT @@ -19,4 +17,7 @@ typedef struct flock flock_t; +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + /* End */