X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/0eb8eedd73556dbf5bb59ee7ebaed5fee282afc1..0929ce9ca518b6987b63cf8659338ca434e07d9b:/src/OS/os.h-FreeBSD diff --git a/src/OS/os.h-FreeBSD b/src/OS/os.h-FreeBSD index 118d2508f..ba4889fec 100644 --- a/src/OS/os.h-FreeBSD +++ b/src/OS/os.h-FreeBSD @@ -1,5 +1,3 @@ -/* $Cambridge: exim/src/OS/os.h-FreeBSD,v 1.4 2009/11/16 19:15:36 nm4 Exp $ */ - /* Exim: OS-specific C header file for FreeBSD */ #define HAVE_BSD_GETLOADAVG @@ -12,4 +10,7 @@ typedef struct flock flock_t; +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + /* End */