]> The Tcpdump Group git mirrors - tcpdump/commit
Make the delta between 1970 and 1900 a 64-bit signed integral constant.
authorGuy Harris <[email protected]>
Thu, 21 Sep 2017 17:05:33 +0000 (10:05 -0700)
committerGuy Harris <[email protected]>
Thu, 21 Sep 2017 17:05:33 +0000 (10:05 -0700)
commit893b1b1cfbd29e30427165670f813ee818927967
treeace06bc174bed65b10232536412cf5603582cb1f
parenteff1d1265654068c3c2408a571173f72e82e8a2d
Make the delta between 1970 and 1900 a 64-bit signed integral constant.

It doesn't fit in a 32-bit signed integral constant, so make sure it's
64-bit; the only use is to subtract it from a 64-bit signed integral
value.
netdissect-stdinc.h
print-ntp.c