summaryrefslogtreecommitdiff
path: root/packages/linux/2.6.32.27/0000-unifdef-strclpy.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-12-02 20:44:39 (GMT)
committerAlexey Neyman <stilor@att.net>2017-12-02 20:44:39 (GMT)
commit98bc4decdeab1361bdc585c86591718fb08c8ffb (patch)
tree4e048ed57988306696efa3c5b81a80d48030e913 /packages/linux/2.6.32.27/0000-unifdef-strclpy.patch
parent2a1935f3ad41d360dd3d96a1b0486083293651dd (diff)
Run all patches through renumbering and update
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/linux/2.6.32.27/0000-unifdef-strclpy.patch')
-rw-r--r--packages/linux/2.6.32.27/0000-unifdef-strclpy.patch15
1 files changed, 15 insertions, 0 deletions
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 0000000..6b67cf0
--- /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 <string.h>
+ #include <unistd.h>
+
+-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 */