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

List:       kde-commits
Subject:    branches/KDE/3.5/kdeadmin/knetworkconf/knetworkconf
From:       Juan Luis Baptiste <juan.baptiste () kdemail ! net>
Date:       2005-10-21 14:31:02
Message-ID: 1129905062.604415.19989.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 472649 by jbaptiste:

BUG:114809
Fixed compilation error on Solaris.

 M  +3 -3      kaddressvalidator.h  


--- branches/KDE/3.5/kdeadmin/knetworkconf/knetworkconf/kaddressvalidator.h #472648:472649
@@ -21,7 +21,7 @@
 /*
   Class for validating IP address and netmasks, and to calculate network and broadcast values.
   The functions to do the last two things where taken from the code of ipcalc.c, made by
-  Erik Troan <ewt@redhat.com> and Preston Brown <pbrown@redhat.com> from Red Hat Inc. .
+  Erik Troan <ewt@redhat.com> and Preston Brown <pbrown@redhat.com> from Red Hat Inc. 
 */
 
 
@@ -30,12 +30,12 @@
   \def IPBITS
   \brief the number of bits in an IP address.
 */
-#define IPBITS (sizeof(u_int32_t) * 8)
+#define IPBITS (sizeof(uint32_t) * 8)
 /*!
   \def IPBYTES
   \brief the number of bytes in an IP address.
 */
-#define IPBYTES (sizeof(u_int32_t))
+#define IPBYTES (sizeof(uint32_t))
 
 #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