src/qt3support/other/q3process_unix.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
--- 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