From 40eb4a5c1c6814a3965424e92dc4c871fb2a903c Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Tue, 3 Jun 1997 02:12:43 +0000 Subject: [PATCH] Define u_int64_t so we can do a safe case from a 64-bit pointer to an int. --- includes/cf/alphaosf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/cf/alphaosf.h b/includes/cf/alphaosf.h index 58c4bfbd..e8298ba3 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