]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Define u_int64_t so we can do a safe case from a 64-bit pointer to an int.
authorTed Lemon <source@isc.org>
Tue, 3 Jun 1997 02:12:43 +0000 (02:12 +0000)
committerTed Lemon <source@isc.org>
Tue, 3 Jun 1997 02:12:43 +0000 (02:12 +0000)
includes/cf/alphaosf.h

index 58c4bfbd3f71923abe28fb61fb5f31f7ad2c7e82..e8298ba3d143f1fbe5277a0aaac526ad0152b46b 100644 (file)
@@ -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 <syslog.h>
 #include <sys/types.h>