mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 06:15:55 +00:00
Define u_int64_t so we can do a safe case from a 64-bit pointer to an int.
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user