blob: c536a7098e7cd74e792052867b0ed6f6fd9b89d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: b/usr/src/lib/libresolv2/include/port_before.h
===================================================================
--- a/usr/src/lib/libresolv2/include/port_before.h
+++ b/usr/src/lib/libresolv2/include/port_before.h
@@ -182,7 +182,7 @@ struct timespec {
#define UNUSED(x) (x) = (x)
#undef NEED_SOLARIS_BITTYPES
-#define ISC_SOCKLEN_T int
+#define ISC_SOCKLEN_T socklen_t
#ifdef __GNUC__
#define ISC_FORMAT_PRINTF(fmt, args) \
|