summaryrefslogtreecommitdiff
path: root/packages/linux/2.6.32.27/100-unifdef-strclpy.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-12-02 23:30:38 (GMT)
committerGitHub <noreply@github.com>2017-12-02 23:30:38 (GMT)
commitd917a29865876b913fe2939ee2a0728145e8543a (patch)
tree4e048ed57988306696efa3c5b81a80d48030e913 /packages/linux/2.6.32.27/100-unifdef-strclpy.patch
parente832b9b220f90b11b893e2815ceb37ec2b708683 (diff)
parent98bc4decdeab1361bdc585c86591718fb08c8ffb (diff)
Merge pull request #874 from stilor/renumber-update-patches
Renumber & update patches
Diffstat (limited to 'packages/linux/2.6.32.27/100-unifdef-strclpy.patch')
-rw-r--r--packages/linux/2.6.32.27/100-unifdef-strclpy.patch11
1 files changed, 0 insertions, 11 deletions
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 072fac6..0000000
--- 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 <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 */