summaryrefslogtreecommitdiff
path: root/packages/linux/2.6.32.27/100-unifdef-strclpy.patch
blob: 072fac6f6f1198b9b56f47ef53796b1091f23e0a (plain)
1
2
3
4
5
6
7
8
9
10
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 <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 */