mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-07 06:34:46 +02:00
* http://git.shr-project.org/git/?p=meta-smartphone.git;a=commit;h=437022644822e16804537e42ecfaa011f9e61bc6 * V2: reset PR (meta-zaurus users have to downgrade or reflash) * V2: += used in EXTRA_OECONF, just in case for future changes Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
12 lines
403 B
Diff
12 lines
403 B
Diff
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)
|
|
{
|