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

List:       kde-commits
Subject:    branches/KDE/3.5/kdeadmin/knetworkconf/knetworkconf (silent)
From:       Juan Luis Baptiste <juan.baptiste () kdemail ! net>
Date:       2005-10-22 5:26:25
Message-ID: 1129958785.678929.15141.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 472826 by jbaptiste:

SVN_SILENT: Changed uint32_t for Q_UINT32 .

 M  +2 -2      kaddressvalidator.h  


--- branches/KDE/3.5/kdeadmin/knetworkconf/knetworkconf/kaddressvalidator.h #472825:472826
@@ -30,12 +30,12 @@
   \def IPBITS
   \brief the number of bits in an IP address.
 */
-#define IPBITS (sizeof(uint32_t) * 8)
+#define IPBITS (sizeof(Q_UINT32) * 8)
 /*!
   \def IPBYTES
   \brief the number of bytes in an IP address.
 */
-#define IPBYTES (sizeof(uint32_t))
+#define IPBYTES (sizeof(Q_UINT32))
 
 #include <sys/types.h>
 #include <sys/socket.h>
[prev in list] [next in list] [prev in thread] [next in thread] 

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