summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/sysstat/sysstat/0001-Include-needed-headers-explicitly.patch20
1 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-extended/sysstat/sysstat/0001-Include-needed-headers-explicitly.patch b/meta/recipes-extended/sysstat/sysstat/0001-Include-needed-headers-explicitly.patch
index 5fc26fbc27..1b63299aae 100644
--- a/meta/recipes-extended/sysstat/sysstat/0001-Include-needed-headers-explicitly.patch
+++ b/meta/recipes-extended/sysstat/sysstat/0001-Include-needed-headers-explicitly.patch
@@ -21,10 +21,10 @@ Upstream-Status: Pending
21 sa_common.c | 1 + 21 sa_common.c | 1 +
22 3 files changed, 3 insertions(+) 22 3 files changed, 3 insertions(+)
23 23
24Index: sysstat-11.5.7/common.c 24Index: sysstat-11.7.1/common.c
25=================================================================== 25===================================================================
26--- sysstat-11.5.7.orig/common.c 26--- sysstat-11.7.1.orig/common.c
27+++ sysstat-11.5.7/common.c 27+++ sysstat-11.7.1/common.c
28@@ -20,6 +20,7 @@ 28@@ -20,6 +20,7 @@
29 */ 29 */
30 30
@@ -33,10 +33,10 @@ Index: sysstat-11.5.7/common.c
33 #include <string.h> 33 #include <string.h>
34 #include <stdlib.h> 34 #include <stdlib.h>
35 #include <stdarg.h> 35 #include <stdarg.h>
36Index: sysstat-11.5.7/ioconf.c 36Index: sysstat-11.7.1/ioconf.c
37=================================================================== 37===================================================================
38--- sysstat-11.5.7.orig/ioconf.c 38--- sysstat-11.7.1.orig/ioconf.c
39+++ sysstat-11.5.7/ioconf.c 39+++ sysstat-11.7.1/ioconf.c
40@@ -27,6 +27,7 @@ 40@@ -27,6 +27,7 @@
41 #include <errno.h> 41 #include <errno.h>
42 #include <dirent.h> 42 #include <dirent.h>
@@ -45,10 +45,10 @@ Index: sysstat-11.5.7/ioconf.c
45 45
46 #include "ioconf.h" 46 #include "ioconf.h"
47 #include "common.h" 47 #include "common.h"
48Index: sysstat-11.5.7/sa_common.c 48Index: sysstat-11.7.1/sa_common.c
49=================================================================== 49===================================================================
50--- sysstat-11.5.7.orig/sa_common.c 50--- sysstat-11.7.1.orig/sa_common.c
51+++ sysstat-11.5.7/sa_common.c 51+++ sysstat-11.7.1/sa_common.c
52@@ -20,6 +20,7 @@ 52@@ -20,6 +20,7 @@
53 */ 53 */
54 54
@@ -56,4 +56,4 @@ Index: sysstat-11.5.7/sa_common.c
56+#include <limits.h> 56+#include <limits.h>
57 #include <string.h> 57 #include <string.h>
58 #include <stdlib.h> 58 #include <stdlib.h>
59 #include <time.h> 59 #include <stdint.h>