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

List:       kde-commits
Subject:    KDE_3_3_BRANCH: kdelibs/kdecore/network
From:       Thiago Macieira <thiago.macieira () kdemail ! net>
Date:       2005-01-07 17:00:31
Message-ID: 20050107170031.B98E91CF37 () office ! kde ! org
[Download RAW message or body]

CVS commit by thiago: 

Adding one extra condition for the mutex to exist. Backport of something
forgotten, from HEAD.


  M +1 -1      kresolver_p.h   1.12.2.2


--- kdelibs/kdecore/network/kresolver_p.h  #1.12.2.1:1.12.2.2
@@ -43,5 +43,5 @@
 
 /* decide whether we need a mutex */
-#if !defined(HAVE_GETPROTOBYNAME_R) || !defined(HAVE_GETSERVBYNAME_R) || \
!defined(HAVE_GETHOSTBYNAME_R) +#if !defined(HAVE_GETPROTOBYNAME_R) || \
!defined(HAVE_GETSERVBYNAME_R) || !defined(HAVE_GETHOSTBYNAME_R) || \
!defined(HAVE_GETSERVBYPORT_R)  # define NEED_MUTEX
 extern QMutex getXXbyYYmutex;


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

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