summaryrefslogtreecommitdiffstats
path: root/src/include/socket-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/socket-utils.h')
-rw-r--r--src/include/socket-utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/socket-utils.h b/src/include/socket-utils.h
index 6213053f2..870fbc672 100644
--- a/src/include/socket-utils.h
+++ b/src/include/socket-utils.h
@@ -50,7 +50,7 @@
Do NOT install this file. */
-/* for HAVE_SOCKLEN_T, KRB5_USE_INET6, HAVE_SA_LEN */
+/* for HAVE_SOCKLEN_T, KRB5_USE_INET6, etc */
#include "krb5/autoconf.h"
/* Either size_t or int or unsigned int is probably right. Under
@@ -61,7 +61,7 @@ typedef int socklen_t;
#endif
/* XXX should only be done if sockaddr_storage not found */
-#ifndef KRB5_USE_INET6
+#ifndef HAVE_STRUCT_SOCKADDR_STORAGE
struct krb5int_sockaddr_storage {
struct sockaddr_in s;
/* Plenty of slop just in case we get an ipv6 address anyways. */