X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/61ec970df30325dbcd8c9d0f0e431dc793126656..ed0512a1a151a4108d7fe309055219c2da3b2bbc:/src/OS/os.h-HP-UX-9 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 */