From 781bbcd5fa1169bbf8d87eba5cdc4a54e4408edb Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Mon, 11 Jan 2016 13:49:59 +0000 Subject: [PATCH] SOCKS: fix build on OpenBSD --- src/OS/os.h-OpenBSD | 4 ++++ 1 file changed, 4 insertions(+) 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 */ -- 2.30.2