mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix #177: dnstap does not build on macOS.
This commit is contained in:
parent
d4dcdba07e
commit
4207b58700
2 changed files with 4 additions and 1 deletions
|
|
@ -1579,7 +1579,7 @@ static int dtio_open_output_local(struct dt_io_thread* dtio)
|
||||||
memset(&s, 0, sizeof(s));
|
memset(&s, 0, sizeof(s));
|
||||||
#ifdef HAVE_STRUCT_SOCKADDR_UN_SUN_LEN
|
#ifdef HAVE_STRUCT_SOCKADDR_UN_SUN_LEN
|
||||||
/* this member exists on BSDs, not Linux */
|
/* this member exists on BSDs, not Linux */
|
||||||
s.sun_len = (unsigned)sizeof(usock);
|
s.sun_len = (unsigned)sizeof(s);
|
||||||
#endif
|
#endif
|
||||||
s.sun_family = AF_LOCAL;
|
s.sun_family = AF_LOCAL;
|
||||||
/* length is 92-108, 104 on FreeBSD */
|
/* length is 92-108, 104 on FreeBSD */
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,9 @@
|
||||||
2 March 2020: George
|
2 March 2020: George
|
||||||
- Fix compiler warning in dns64/dns64.c
|
- Fix compiler warning in dns64/dns64.c
|
||||||
|
|
||||||
|
2 March 2020: Wouter
|
||||||
|
- Fix #177: dnstap does not build on macOS.
|
||||||
|
|
||||||
28 February 2020: Ralph
|
28 February 2020: Ralph
|
||||||
- Merge PR #172: Add IBM s390x arch for testing, by noloader.
|
- Merge PR #172: Add IBM s390x arch for testing, by noloader.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue