Skip to content

main/iperf: fix build on 32-bits arches

Kevin Daudt requested to merge kdaudt/aports:main/iperf-ftbfs into master

iperf uses a long to hold a time, but musl now uses 64-bits time_t (long long) on 32-bit

Merge request reports