]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[master] Replaced use of ULLONG_MAX with ISC_UINT64_MAX.
authorThomas Markwalder <tmark@isc.org>
Thu, 15 Jan 2015 11:59:52 +0000 (06:59 -0500)
committerThomas Markwalder <tmark@isc.org>
Thu, 15 Jan 2015 11:59:52 +0000 (06:59 -0500)
    ULLONG_MAX is not defined on hppa2.0w-hp-hpux.11.11, replaced
    it with ISC_UINT64_MAX in recently added macro, POND_TRACK_MAX

includes/dhcpd.h

index 417e365c60046a6bde28e42aae534a7b171deae4..7bf8a4560a5a0ab654ab3d27fe948df4fb092a30 100644 (file)
@@ -1639,7 +1639,7 @@ struct ipv6_pond {
  * Max addresses in a pond that can be supported by log threshold
  * Currently based on max value supported by isc_uint64_t.
 */
-#define POND_TRACK_MAX ULLONG_MAX
+#define POND_TRACK_MAX ISC_UINT64_MAX
 
 /* Flags and state for dhcp_ddns_cb_t */
 #define DDNS_UPDATE_ADDR        0x01