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://vcs.fsf.org/?p=exim.git;a=commitdiff_plain;h=781bbcd5fa1169bbf8d87eba5cdc4a54e4408edb;hp=ae98657dd2f5449aff25d7b5669ae7e273255ca3 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 */