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

List:       kde-commits
Subject:    KDE/kdelibs/kde3support/kdecore
From:       Ralf Habacker <Ralf.Habacker () freenet ! de>
Date:       2008-04-02 20:10:02
Message-ID: 1207167002.781931.25203.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 793000 by habacker:

win32 compile fix

 M  +2 -1      k3tempfile.cpp  


--- trunk/KDE/kdelibs/kde3support/kdecore/k3tempfile.cpp #792999:793000
@@ -146,9 +146,10 @@
    // Set uid/gid (necessary for SUID programs)
    fchown(mFd, getuid(), getgid());
 
+#ifndef Q_WS_WIN
    // Set close on exec
    fcntl(mFd, F_SETFD, FD_CLOEXEC);
-
+#endif
    return true;
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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