From: Thomas Markwalder Date: Thu, 15 Jan 2015 11:59:52 +0000 (-0500) Subject: [master] Replaced use of ULLONG_MAX with ISC_UINT64_MAX. X-Git-Tag: v4_3_2b1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e35d5b1a2d156b5a279871108b11889936ffaaf;p=thirdparty%2Fdhcp.git [master] Replaced use of ULLONG_MAX with ISC_UINT64_MAX. 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 --- diff --git a/includes/dhcpd.h b/includes/dhcpd.h index 417e365c6..7bf8a4560 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -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