diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:27:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:27:01 +0000 |
commit | dc990bc79d0d7663bd6e775d2253e158b74686b4 (patch) | |
tree | 8e3731e353efeffbf1319921c34e579fa403033b /examples | |
parent | Releasing progress-linux version 3.16-1~progress7.99u1. (diff) | |
download | iperf3-dc990bc79d0d7663bd6e775d2253e158b74686b4.tar.xz iperf3-dc990bc79d0d7663bd6e775d2253e158b74686b4.zip |
Merging upstream version 3.17.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/mic.c | 2 | ||||
-rw-r--r-- | examples/mis.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/examples/mic.c b/examples/mic.c index 17fd7b2..6e2403f 100644 --- a/examples/mic.c +++ b/examples/mic.c @@ -4,9 +4,7 @@ #include <stdlib.h> #include <unistd.h> #include <string.h> -#ifdef HAVE_STDINT_H #include <stdint.h> -#endif #include <iperf_api.h> diff --git a/examples/mis.c b/examples/mis.c index 8090c13..315b9e8 100644 --- a/examples/mis.c +++ b/examples/mis.c @@ -4,9 +4,7 @@ #include <stdlib.h> #include <unistd.h> #include <string.h> -#ifdef HAVE_STDINT_H #include <stdint.h> -#endif #include <iperf_api.h> |