From 98bc4decdeab1361bdc585c86591718fb08c8ffb Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sat, 2 Dec 2017 12:44:39 -0800 Subject: Run all patches through renumbering and update Signed-off-by: Alexey Neyman --- packages/linux/2.6.32.27/0000-unifdef-strclpy.patch | 15 +++++++++++++++ packages/linux/2.6.32.27/100-unifdef-strclpy.patch | 11 ----------- 2 files changed, 15 insertions(+), 11 deletions(-) create mode 100644 packages/linux/2.6.32.27/0000-unifdef-strclpy.patch delete mode 100644 packages/linux/2.6.32.27/100-unifdef-strclpy.patch (limited to 'packages/linux') diff --git a/packages/linux/2.6.32.27/0000-unifdef-strclpy.patch b/packages/linux/2.6.32.27/0000-unifdef-strclpy.patch new file mode 100644 index 00000000..6b67cf02 --- /dev/null +++ b/packages/linux/2.6.32.27/0000-unifdef-strclpy.patch @@ -0,0 +1,15 @@ +--- + scripts/unifdef.c | 2 -- + 1 file changed, 2 deletions(-) + +--- a/scripts/unifdef.c ++++ b/scripts/unifdef.c +@@ -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 */ diff --git a/packages/linux/2.6.32.27/100-unifdef-strclpy.patch b/packages/linux/2.6.32.27/100-unifdef-strclpy.patch deleted file mode 100644 index 072fac6f..00000000 --- a/packages/linux/2.6.32.27/100-unifdef-strclpy.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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