X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FOS%2Fos.h-OpenBSD;h=5d55a967ea5d6dda5f736e69df493f2913cd29ff;hb=28fb7042c4d99225f3968d6555faef598db2e9d0;hp=9578047af72d4b11d236f18d9af1407355cd180d;hpb=8961fcec0ad3fab6984a7c2ff85d2ec2a5060157;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/OS/os.h-OpenBSD b/src/OS/os.h-OpenBSD index 9578047af..5d55a967e 100644 --- a/src/OS/os.h-OpenBSD +++ b/src/OS/os.h-OpenBSD @@ -20,4 +20,11 @@ typedef struct flock flock_t; typedef struct __res_state *res_state; +/* default is non-const */ +#define ICONV_ARG2_TYPE const char ** + +#ifndef EPROTO +# define EPROTO 71 +#endif + /* End */