[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    icecream/daemon
From:       Stephan Kulow <coolo () kde ! org>
Date:       2006-09-12 12:40:31
Message-ID: 1158064831.252761.21431.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 583489 by coolo:

merge in fix for send


 M  +1 -1      serve.cpp  


--- trunk/icecream/daemon/serve.cpp #583488:583489
@@ -197,7 +197,7 @@
             job_stat[JobStatistics::out_uncompressed] = st.st_size;
 
         /* wake up parent and tell him that compile finished */
-        send( out_fd, job_stat, sizeof( job_stat ), MSG_NOSIGNAL );
+        write( out_fd, job_stat, sizeof( job_stat ) );
         close( out_fd );
 
         if ( rmsg.status == 0 ) {
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic