From 57426168ad2c7e8367786ed466c86f6aeb49b3c3 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sat, 27 May 2017 00:01:49 -0700 Subject: Convert the rest of packages to new framework Signed-off-by: Alexey Neyman --- packages/linux/2.6.32.27/100-unifdef-strclpy.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/linux/2.6.32.27/100-unifdef-strclpy.patch (limited to 'packages/linux/2.6.32.27/100-unifdef-strclpy.patch') diff --git a/packages/linux/2.6.32.27/100-unifdef-strclpy.patch b/packages/linux/2.6.32.27/100-unifdef-strclpy.patch new file mode 100644 index 00000000..072fac6f --- /dev/null +++ b/packages/linux/2.6.32.27/100-unifdef-strclpy.patch @@ -0,0 +1,11 @@ +--- linux-2.6.32.27/scripts/unifdef.c.orig 2017-03-08 21:42:27.000000000 -0800 ++++ linux-2.6.32.27/scripts/unifdef.c 2017-03-08 21:42:44.000000000 -0800 +@@ -72,8 +72,6 @@ + #include + #include + +-size_t strlcpy(char *dst, const char *src, size_t siz); +- + /* types of input lines: */ + typedef enum { + LT_TRUEI, /* a true #if with ignore flag */ -- cgit v1.2.3