X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/1509d3a863c6aef224bf694dfadd3a5844b08a3e..45f35410b4bdd59614dd9811ee99aea6a5d1164c:/src/OS/os.h-DragonFly 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 */