summaryrefslogtreecommitdiff
path: root/packages/linux/2.6.32.27/0000-unifdef-strclpy.patch
diff options
context:
space:
mode:
authorDima Krasner <dima@dimakrasner.com>2018-05-31 08:15:19 (GMT)
committerDima Krasner <dima@securingsam.com>2018-05-31 08:15:19 (GMT)
commit5d335281d9f6f1eea14e9b09b7fcacbf48ded044 (patch)
tree97d01ac7fc6a6ecc62d9dd622fb23952b7ba211d /packages/linux/2.6.32.27/0000-unifdef-strclpy.patch
parent718b5e4b030861594a12fd6bf996d6b6ab649594 (diff)
linux: removed 2.6.32.27
Signed-off-by: Dima Krasner <dima@securingsam.com>
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, 0 insertions, 15 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
deleted file mode 100644
index 6b67cf0..0000000
--- a/packages/linux/2.6.32.27/0000-unifdef-strclpy.patch
+++ /dev/null
@@ -1,15 +0,0 @@
----
- 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 */