X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/79378e0f6db8bdf7cde0da6bf518aa2e94906307..7cd171b76e5bd3cb825c2a8720bc1fe4ad9b37e0:/src/OS/os.h-BSDI diff --git a/src/OS/os.h-BSDI b/src/OS/os.h-BSDI index cb3eeaf91..6e16722fd 100644 --- a/src/OS/os.h-BSDI +++ b/src/OS/os.h-BSDI @@ -1,5 +1,3 @@ -/* $Cambridge: exim/src/OS/os.h-BSDI,v 1.3 2006/03/16 12:25:24 ph10 Exp $ */ - /* Exim: OS-specific C header file for BSDI */ #define HAVE_BSD_GETLOADAVG @@ -10,4 +8,7 @@ typedef struct flock flock_t; +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + /* End */