X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2FOS%2Fos.h-GNUkFreeBSD;h=ab3503131443dbf29a064473045d04b9e6c4e024;hb=80fea873648ca2ab2e592999a336c59cf054ab55;hp=ce05e2d4d66bd4e494e7ea12f965847289da54de;hpb=17ffcae735bb0f871aa34740db16debe101efaa4;p=exim.git diff --git a/src/OS/os.h-GNUkFreeBSD b/src/OS/os.h-GNUkFreeBSD index ce05e2d4d..ab3503131 100644 --- a/src/OS/os.h-GNUkFreeBSD +++ b/src/OS/os.h-GNUkFreeBSD @@ -1,5 +1,3 @@ -/* $Cambridge: exim/src/OS/os.h-GNUkFreeBSD,v 1.1 2005/01/04 10:25:58 ph10 Exp $ */ - /* Exim: OS-specific C header file for GNU/kFreeBSD */ #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 */