X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2FOS%2Fos.h-DragonFly;h=4c2f1d508b6ac79cc058d4d36297293038d778fe;hb=06d80058fa084f672f544ae4e12866796e5f759c;hp=0821c481a304fea87c81141e7a3c4a83206b50bf;hpb=1509d3a863c6aef224bf694dfadd3a5844b08a3e;p=exim.git diff --git a/src/OS/os.h-DragonFly b/src/OS/os.h-DragonFly index 0821c481a..4c2f1d508 100644 --- a/src/OS/os.h-DragonFly +++ b/src/OS/os.h-DragonFly @@ -1,5 +1,3 @@ -/* $Cambridge: exim/src/OS/os.h-DragonFly,v 1.1 2005/09/06 13:21:07 ph10 Exp $ */ - /* Exim: OS-specific C header file for DragonFly */ #define HAVE_BSD_GETLOADAVG @@ -9,4 +7,7 @@ typedef struct flock flock_t; +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + /* End */