X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/1509d3a863c6aef224bf694dfadd3a5844b08a3e..ec0eb1a387b88e6ddd3f1f9ba6ffad6422b7298a:/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 */