diff options
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc/files/0001-include-linux-sysinfo.h-directly.patch')
| -rw-r--r-- | meta-initramfs/recipes-devtools/klibc/files/0001-include-linux-sysinfo.h-directly.patch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/files/0001-include-linux-sysinfo.h-directly.patch b/meta-initramfs/recipes-devtools/klibc/files/0001-include-linux-sysinfo.h-directly.patch index 04c97fc5ee..d58229681d 100644 --- a/meta-initramfs/recipes-devtools/klibc/files/0001-include-linux-sysinfo.h-directly.patch +++ b/meta-initramfs/recipes-devtools/klibc/files/0001-include-linux-sysinfo.h-directly.patch | |||
| @@ -15,14 +15,12 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
| 15 | usr/include/sys/sysinfo.h | 2 +- | 15 | usr/include/sys/sysinfo.h | 2 +- |
| 16 | 1 file changed, 1 insertion(+), 1 deletion(-) | 16 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 17 | 17 | ||
| 18 | diff --git a/usr/include/sys/sysinfo.h b/usr/include/sys/sysinfo.h | ||
| 19 | index dba68dc..d145c0b 100644 | ||
| 20 | --- a/usr/include/sys/sysinfo.h | 18 | --- a/usr/include/sys/sysinfo.h |
| 21 | +++ b/usr/include/sys/sysinfo.h | 19 | +++ b/usr/include/sys/sysinfo.h |
| 22 | @@ -5,7 +5,7 @@ | 20 | @@ -6,7 +6,7 @@ |
| 23 | #ifndef _SYS_SYSINFO_H | ||
| 24 | #define _SYS_SYSINFO_H | 21 | #define _SYS_SYSINFO_H |
| 25 | 22 | ||
| 23 | #include <sys/types.h> | ||
| 26 | -#include <linux/kernel.h> | 24 | -#include <linux/kernel.h> |
| 27 | +#include <linux/sysinfo.h> | 25 | +#include <linux/sysinfo.h> |
| 28 | 26 | ||
