X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FOS%2Fos.h-FreeBSD;h=ba4889fecab4b9f0cc246452127d3577c61161d6;hb=0e1cd284c9c37e912d1a4ba73eb3c8ea4851e166;hp=118d2508fdfc25b58a8514cbe9b196f77fc0de53;hpb=0eb8eedd73556dbf5bb59ee7ebaed5fee282afc1;p=user%2Fhenk%2Fcode%2Fexim.git 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 */