summaryrefslogtreecommitdiff
path: root/packages/linux/2.6.32.27/0000-unifdef-strclpy.patch
blob: 6b67cf020da5586e587d66e4641163539916df7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 */