summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-10-12 21:15:29 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2018-10-12 21:16:55 +0100
commit714f0e1cdf8ccc4778a219c64c00aad64d0ecd78 (patch)
tree1d9806c37f16ab1b6c4de194eb0086afd49a38e8
parent75c121f07a85b4029458f11b113a4655114af126 (diff)
Fix OpenBSD build.
Broken-by: 75c121f07a
-rw-r--r--src/OS/os.h-OpenBSD3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/OS/os.h-OpenBSD b/src/OS/os.h-OpenBSD
index 7998b1759..b09bd84be 100644
--- a/src/OS/os.h-OpenBSD
+++ b/src/OS/os.h-OpenBSD
@@ -53,4 +53,7 @@ typedef struct __res_state *res_state;
#endif
#define TIME_T_FMT "%lld"
+/* seems arpa/nameser.h does not define this */
+#define NS_MAXMSG 16380
+
/* End */