crosstool-ng/packages/linux/2.6.32.27/0000-unifdef-strclpy.patch
Alexey Neyman 98bc4decde Run all patches through renumbering and update
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-12-02 12:44:39 -08:00

16 lines
327 B
Diff

---
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 */