]> The Tcpdump Group git mirrors - tcpdump/blobdiff - missing/bittypes.h
"_int64" is signed. "unsigned _int64" is unsigned.
[tcpdump] / missing / bittypes.h
index 27906a85e50dcd29b4b2a8345129d826424c0498..31013ae4552a196ec28d63d72e43ca8215a2546f 100644 (file)
@@ -71,7 +71,7 @@ typedef unsigned short u_int32_t;
 #if SIZEOF_LONG_LONG == 8
 typedef unsigned long long u_int64_t;
 #elif defined(_MSC_EXTENSIONS)
-typedef _int64 u_int64_t;
+typedef unsigned _int64 u_int64_t;
 #elif SIZEOF_INT == 8
 typedef unsigned int u_int64_t;
 #elif SIZEOF_LONG == 8