diff options
Diffstat (limited to 'meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0015-vmcore-dmesg-fix-warning.patch')
| -rw-r--r-- | meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0015-vmcore-dmesg-fix-warning.patch | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0015-vmcore-dmesg-fix-warning.patch b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0015-vmcore-dmesg-fix-warning.patch index 0b88b94c6e..9b8107aedc 100644 --- a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0015-vmcore-dmesg-fix-warning.patch +++ b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0015-vmcore-dmesg-fix-warning.patch | |||
| @@ -1,17 +1,18 @@ | |||
| 1 | From 3294266c6a875c5009065c1ae5d0b86200c4147c Mon Sep 17 00:00:00 2001 | 1 | From a2679731a56748de58a4cf0a46b7a15d75543a88 Mon Sep 17 00:00:00 2001 |
| 2 | From: Andrea Adami <andrea.adami@gmail.com> | 2 | From: Andrea Adami <andrea.adami@gmail.com> |
| 3 | Date: Sun, 29 Apr 2018 00:52:31 +0200 | 3 | Date: Sun, 29 Apr 2018 00:52:31 +0200 |
| 4 | Subject: [PATCH 6/6] vmcore-dmesg: fix warning | 4 | Subject: [PATCH] vmcore-dmesg: fix warning |
| 5 | 5 | ||
| 6 | # define __bitwise | 6 | # define __bitwise |
| 7 | 7 | ||
| 8 | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> | 8 | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> |
| 9 | |||
| 9 | --- | 10 | --- |
| 10 | vmcore-dmesg/vmcore-dmesg.c | 3 +++ | 11 | vmcore-dmesg/vmcore-dmesg.c | 3 +++ |
| 11 | 1 file changed, 3 insertions(+) | 12 | 1 file changed, 3 insertions(+) |
| 12 | 13 | ||
| 13 | diff --git a/vmcore-dmesg/vmcore-dmesg.c b/vmcore-dmesg/vmcore-dmesg.c | 14 | diff --git a/vmcore-dmesg/vmcore-dmesg.c b/vmcore-dmesg/vmcore-dmesg.c |
| 14 | index e340ef4..91e4789 100644 | 15 | index c63ac4f..a4e3014 100644 |
| 15 | --- a/vmcore-dmesg/vmcore-dmesg.c | 16 | --- a/vmcore-dmesg/vmcore-dmesg.c |
| 16 | +++ b/vmcore-dmesg/vmcore-dmesg.c | 17 | +++ b/vmcore-dmesg/vmcore-dmesg.c |
| 17 | @@ -2,6 +2,9 @@ | 18 | @@ -2,6 +2,9 @@ |
| @@ -24,6 +25,3 @@ index e340ef4..91e4789 100644 | |||
| 24 | #include <endian.h> | 25 | #include <endian.h> |
| 25 | #include <byteswap.h> | 26 | #include <byteswap.h> |
| 26 | #include <stdio.h> | 27 | #include <stdio.h> |
| 27 | -- | ||
| 28 | 2.7.4 | ||
| 29 | |||
