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

List:       kde-commits
Subject:    branches/work/icecream-make-it-cool/daemon
From:       Dirk Mueller <mueller () kde ! org>
Date:       2006-08-31 16:33:59
Message-ID: 1157042039.177449.9461.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 579259 by mueller:

this should fix it


 M  +3 -0      serve.cpp  


--- branches/work/icecream-make-it-cool/daemon/serve.cpp #579258:579259
@@ -91,6 +91,9 @@
     close( socket[0] );
     out_fd = socket[1];
 
+    /* internal communication channel, don't inherit to gcc */
+    fcntl(out_fd, F_SETFD, FD_CLOEXEC);
+
     nice( nice_level );
 
     Msg *msg = 0; // The current read message
[prev in list] [next in list] [prev in thread] [next in thread] 

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