aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/purgatory_string.patch
blob: 5710561b165b372ac1305f2f2dde027441c50e63 (plain)
1
2
3
4
5
6
7
8
9
--- a/purgatory/string.c
+++ b/purgatory/string.c
@@ -1,5 +1,5 @@
 #include <stddef.h>
-#include <string.h>
+/* #include <string.h> */
 
 size_t strnlen(const char *s, size_t max)
 {