aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-envtools/patches/400-u-boot-2015.10-stdint.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/boot/uboot-envtools/patches/400-u-boot-2015.10-stdint.patch')
-rw-r--r--package/boot/uboot-envtools/patches/400-u-boot-2015.10-stdint.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/boot/uboot-envtools/patches/400-u-boot-2015.10-stdint.patch b/package/boot/uboot-envtools/patches/400-u-boot-2015.10-stdint.patch
deleted file mode 100644
index 395674fd8b..0000000000
--- a/package/boot/uboot-envtools/patches/400-u-boot-2015.10-stdint.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -Naur u-boot-2015.10.orig/tools/env/fw_env.c u-boot-2015.10/tools/env/fw_env.c
---- u-boot-2015.10.orig/tools/env/fw_env.c 2016-06-24 12:42:31.152391850 +0200
-+++ u-boot-2015.10/tools/env/fw_env.c 2016-06-24 12:42:59.080391754 +0200
-@@ -21,7 +21,8 @@
- #include <sys/types.h>
- #include <sys/ioctl.h>
- #include <sys/stat.h>
--#include <unistd.h>
-+#include <unistd.h>
-+#include <stdint.h>
-
- #ifdef MTD_OLD
- # include <stdint.h>