From: Ted Lemon Date: Tue, 3 Jun 1997 02:12:43 +0000 (+0000) Subject: Define u_int64_t so we can do a safe case from a 64-bit pointer to an int. X-Git-Tag: DHCP-970602~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40eb4a5c1c6814a3965424e92dc4c871fb2a903c;p=thirdparty%2Fdhcp.git Define u_int64_t so we can do a safe case from a 64-bit pointer to an int. --- diff --git a/includes/cf/alphaosf.h b/includes/cf/alphaosf.h index 58c4bfbd3..e8298ba3d 100644 --- a/includes/cf/alphaosf.h +++ b/includes/cf/alphaosf.h @@ -43,6 +43,7 @@ typedef int int32_t; typedef unsigned char u_int8_t; typedef unsigned short u_int16_t; typedef unsigned int u_int32_t; +typedef unsigned long u_int64_t; #include #include