X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/61ec970df30325dbcd8c9d0f0e431dc793126656..1bb542d3c4811827dead52f364f94ff243db5d2a:/src/OS/os.h-HI-UX diff --git a/src/OS/os.h-HI-UX b/src/OS/os.h-HI-UX index e6f5fdf61..f3df9638c 100644 --- a/src/OS/os.h-HI-UX +++ b/src/OS/os.h-HI-UX @@ -1,5 +1,3 @@ -/* $Cambridge: exim/src/OS/os.h-HI-UX,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */ - /* Exim: OS-specific C header file for HI-UX */ #define LOAD_AVG_NEEDS_ROOT @@ -17,4 +15,7 @@ typedef struct flock flock_t; +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + /* End */