]> granicus.if.org Git - ipset/commitdiff
limits.h is required for UINT_MAX with glibc-2.8
author/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu </C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu>
Tue, 17 Jun 2008 08:16:45 +0000 (08:16 +0000)
committer/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu </C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu>
Tue, 17 Jun 2008 08:16:45 +0000 (08:16 +0000)
ChangeLog
ipset_iphash.c
ipset_ipporthash.c
ipset_iptree.c
ipset_iptreemap.c
ipset_nethash.c

index 680af483e3005700fb8a22b803889911c00a7a96..bfe8a2327fefbf2582d7a0a0350c057cc5375249 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+[2.3.2]
+ - including limits.h for UINT_MAX is required with glibc-2.8 (pud)
+
 2.3.1
  - segfault on --unbind :all: :all: fixed (reported by bugzilla,
    report and patch sent by Tom Eastep)
index b42cc21b359e084d6ed353595504598eb5db4b7d..0169666766d9a46bc6d0457ffc4440e6a2d4cf5d 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #include <errno.h>
+#include <limits.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index ef527fa2e147fa67b2aaf44e5771134d57ac7ace..d81dab6447f04dfd77d48ccfd5828233462991b3 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #include <errno.h>
+#include <limits.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index c3678df9dbb3e1159916187f094ad6e87d9b5d87..f2c9a5c5f1bff16c34171fb3c4231b1ca8386aab 100644 (file)
@@ -15,6 +15,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  */
 
+#include <limits.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index ccc5ec311d3e71e88386d941bfc962ecd6e025f4..0a8dc21a1d3c97eea9c157a8a4969ff922854d56 100644 (file)
@@ -15,6 +15,7 @@
  * Place, Suite 330, Boston, MA 02111-1307 USA
  */
 
+#include <limits.h>
 #include <stdio.h>
 #include <string.h>
 #include <sys/socket.h>
index 5fd6153bca5135ebc3e7b7b31487f673683f2e74..fda3dbeaa98278228e10f6ce90a4687215969a84 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #include <errno.h>
+#include <limits.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>