summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/iperf3/iperf3/0001-include-stdint.h-for-various-std-c99-int-types.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-benchmark/iperf3/iperf3/0001-include-stdint.h-for-various-std-c99-int-types.patch')
-rw-r--r--meta-oe/recipes-benchmark/iperf3/iperf3/0001-include-stdint.h-for-various-std-c99-int-types.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-oe/recipes-benchmark/iperf3/iperf3/0001-include-stdint.h-for-various-std-c99-int-types.patch b/meta-oe/recipes-benchmark/iperf3/iperf3/0001-include-stdint.h-for-various-std-c99-int-types.patch
deleted file mode 100644
index 599ee1dfb..000000000
--- a/meta-oe/recipes-benchmark/iperf3/iperf3/0001-include-stdint.h-for-various-std-c99-int-types.patch
+++ /dev/null
@@ -1,25 +0,0 @@
1From be653711fb92d2430b3ecc546b4e3ad927d19ec5 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Fri, 14 Jul 2017 12:59:42 -0700
4Subject: [PATCH 1/2] include stdint.h for various std c99 int types
5
6Signed-off-by: Khem Raj <raj.khem@gmail.com>
7---
8 src/timer.h | 1 +
9 1 file changed, 1 insertions(+)
10
11diff --git a/src/timer.h b/src/timer.h
12index 0f9c5eb..0b195be 100644
13--- a/src/timer.h
14+++ b/src/timer.h
15@@ -31,6 +31,7 @@
16 #define __TIMER_H
17
18 #include <sys/time.h>
19+#include <stdint.h>
20
21 /* TimerClientData is an opaque value that tags along with a timer. The
22 ** client can use it for whatever, and it gets passed to the callback when
23--
242.13.3
25