diff options
-rw-r--r-- | mkspecs/solaris-cc/qplatformdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/solaris-cc/qplatformdefs.h b/mkspecs/solaris-cc/qplatformdefs.h index f905ad5..ede8960 100644 --- a/mkspecs/solaris-cc/qplatformdefs.h +++ b/mkspecs/solaris-cc/qplatformdefs.h @@ -92,7 +92,7 @@ #define QT_SOCKLEN_T size_t #else // always this case in practice -#define QT_SOCKLEN_T int +#define QT_SOCKLEN_T socklen_t #endif // Solaris redefines connect -> __xnet_connect with _XOPEN_SOURCE_EXTENDED |