]> The Tcpdump Group git mirrors - tcpdump/commit
vsock: structure sizes shound not be large, so use u_ints.
authorGuy Harris <[email protected]>
Wed, 27 May 2020 20:25:19 +0000 (13:25 -0700)
committerGuy Harris <[email protected]>
Wed, 27 May 2020 20:25:19 +0000 (13:25 -0700)
commit2ac0770c0d953b98414f80a45889a44f7e9606fd
tree0f95c761a63a48be6db22316396ad6989872a68e
parent2758724645678af41b6c4f59361ea063a2b89a44
vsock: structure sizes shound not be large, so use u_ints.

Eventually they'll have to fit in a u_int, even on LP64/LLP64 platforms,
so just use u_ints, casting them to u_int.  That should squelch a
narrowing warning from MSVC when building for LLP64.
print-vsock.c