From: Jeremy Harris Date: Mon, 11 Jan 2016 13:49:59 +0000 (+0000) Subject: SOCKS: fix build on OpenBSD X-Git-Tag: exim-4_87_RC3~18 X-Git-Url: https://git.exim.org/users/jgh/exim.git/commitdiff_plain/781bbcd5fa1169bbf8d87eba5cdc4a54e4408edb SOCKS: fix build on OpenBSD --- diff --git a/src/OS/os.h-OpenBSD b/src/OS/os.h-OpenBSD index 35eddd5a5..5d55a967e 100644 --- a/src/OS/os.h-OpenBSD +++ b/src/OS/os.h-OpenBSD @@ -23,4 +23,8 @@ typedef struct __res_state *res_state; /* default is non-const */ #define ICONV_ARG2_TYPE const char ** +#ifndef EPROTO +# define EPROTO 71 +#endif + /* End */