X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/17ffcae735bb0f871aa34740db16debe101efaa4..1150adb2d5e67c579ac09b5266b6a815fa8ae2f3:/src/OS/os.h-GNUkNetBSD?ds=inline diff --git a/src/OS/os.h-GNUkNetBSD b/src/OS/os.h-GNUkNetBSD index faddca675..bc3bc259d 100644 --- a/src/OS/os.h-GNUkNetBSD +++ b/src/OS/os.h-GNUkNetBSD @@ -1,5 +1,3 @@ -/* $Cambridge: exim/src/OS/os.h-GNUkNetBSD,v 1.1 2005/01/04 10:25:58 ph10 Exp $ */ - /* Exim: OS-specific C header file for GNU/kNetBSD */ #define CRYPT_H @@ -21,4 +19,7 @@ typedef struct flock flock_t; #define HAVE_SYS_MOUNT_H #define SIOCGIFCONF_GIVES_ADDR +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + /* End */