]> The Tcpdump Group git mirrors - tcpdump/commit
Add --time-t-size option to print the size of time_t in bits
authorFrancois-Xavier Le Bail <[email protected]>
Wed, 25 Sep 2024 11:47:06 +0000 (13:47 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Mon, 30 Sep 2024 13:22:38 +0000 (15:22 +0200)
commit196c0c8d2646324c07c4841edae1150309aafc0f
tree305b518b6204c31b6cf7d520a77308bc118b5e60
parent3d6e426b5aaf04f4e3ef8074ea38ef7efa87d027
Add --time-t-size option to print the size of time_t in bits

Have tests/TESTrun run "./tcpdump --time-t-size and set HAVE_TIME_T_64
key based on that.

This will permit to run tests based on time_t size (32-bit or 64-bit).

(backported from commit aacc29d06ccccd15b6b07bba0858e6fa32e97edd)
tcpdump.c
tests/TESTrun