[Git][NTPsec/ntpsec][master] Use socklen_t - needed with previous commit.

Eric S. Raymond gitlab at mg.gitlab.com
Thu Mar 30 13:45:53 UTC 2017


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
7efb4d8d by Eric S. Raymond at 2017-03-30T09:45:43-04:00
Use socklen_t - needed with previous commit.

- - - - -


1 changed file:

- libisc/net.c


Changes:

=====================================
libisc/net.c
=====================================
--- a/libisc/net.c
+++ b/libisc/net.c
@@ -60,7 +60,7 @@ try_proto(int domain) {
 
 	if (domain == PF_INET6) {
 		struct sockaddr_in6 sin6;
-		GETSOCKNAME_SOCKLEN_TYPE len;	/* NTP local change */
+		socklen_t len;
 
 		/*
 		 * Check to see if IPv6 is broken, as is common on Linux.



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/7efb4d8defac9a0d13bf1d83c07a454062b54e98
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170330/5ce5374c/attachment.html>


More information about the vc mailing list