Skip to content
Success

Changes

Summary

  1. Fix time_t prints for debian 13 armv7l (details)
Commit 7dd8ca5e4b4b82498af6981af4a0fcad8980df30 by Oliver Smith
Fix time_t prints for debian 13 armv7l

In Debian 13 armv7l, time_t and suseconds_t are "long long int" instead
of "long unsigned int" as seen on x86_64 and aarch64. Fix it by casting
to "long unsigned int".

Related: OS#6828
Change-Id: I0b29930a8797fbf0c9d8bfde40bcef9702629834
The file was modifiedtests/osmo-pcap-test/pcap.c
The file was modifiedtests/osmux/osmux_test.c
The file was modifiedtests/osmux/osmux_output_test.c
The file was modifiedexamples/ipa-stream-client.c
The file was modifiedtests/jibuf/jibuf_test.c
The file was modifiedsrc/jibuf.c
The file was modifiedtests/jibuf/jibuf_tool.c
The file was modifiedtests/osmux/osmux_input_test.c
The file was modifiedtests/stream/stream_test.c