diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-10-12 21:15:29 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-10-12 21:16:55 +0100 |
commit | 714f0e1cdf8ccc4778a219c64c00aad64d0ecd78 (patch) | |
tree | 1d9806c37f16ab1b6c4de194eb0086afd49a38e8 /src | |
parent | 75c121f07a85b4029458f11b113a4655114af126 (diff) |
Fix OpenBSD build.
Broken-by: 75c121f07a
Diffstat (limited to 'src')
-rw-r--r-- | src/OS/os.h-OpenBSD | 3 |
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 */ |