2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-05 00:55:24 +00:00

ISC_NET_HAVESALEN -> ISC_PLATFORM_HAVESALEN

This commit is contained in:
Andreas Gustafsson
1999-10-28 01:36:36 +00:00
parent 5b62e9688e
commit 0e42fb6588
3 changed files with 5 additions and 5 deletions

View File

@@ -168,7 +168,7 @@ start_response(void)
memset(&from, 0, sizeof(from));
from.length = sizeof(struct sockaddr_in);
#ifdef ISC_NET_HAVESALEN
#ifdef ISC_PLATFORM_HAVESALEN
from.type.sa.sa_len = sizeof(struct sockaddr_in);
#endif
from.type.sin.sin_port = htons(53);