mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
meta-initramfs: add kexec-tools-klibc from meta-oe
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
Index: kexec-tools-2.0.2/purgatory/string.c
|
||||
===================================================================
|
||||
--- kexec-tools-2.0.2.orig/purgatory/string.c 2008-05-16 13:28:19.000000000 +0200
|
||||
+++ kexec-tools-2.0.2/purgatory/string.c 2009-09-16 17:49:04.000000000 +0200
|
||||
@@ -1,5 +1,5 @@
|
||||
#include <stddef.h>
|
||||
-#include <string.h>
|
||||
+/* #include <string.h> */
|
||||
|
||||
size_t strnlen(const char *s, size_t max)
|
||||
{
|
||||
Reference in New Issue
Block a user