diff -r 56cd8111b7f7 -r 41300fa6a67c src/qt3support/other/q3process_unix.cpp --- a/src/qt3support/other/q3process_unix.cpp Tue Jan 26 12:42:25 2010 +0200 +++ b/src/qt3support/other/q3process_unix.cpp Tue Feb 02 00:43:10 2010 +0200 @@ -249,7 +249,7 @@ if (errno != EINPROGRESS) { BAILOUT }; // Accept connection - socketFD[0] = accept(tmpSocket, (struct sockaddr *)NULL, (size_t *)NULL); + socketFD[0] = accept(tmpSocket, (struct sockaddr *)NULL, (QT_SOCKLEN_T *)NULL); if(socketFD[0] == -1) { BAILOUT }; // We're done