summaryrefslogtreecommitdiffstats
path: root/tools/mklibs
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-04-16 15:35:45 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-04-16 15:35:45 +0000
commitc379502147ee31e5b429ea8c38ae8c79e158e96a (patch)
tree64a53134ef265031d3d5799a9d483418c8c594a6 /tools/mklibs
parenta8d663260d3f628a040bfc195f80da2baa5e4157 (diff)
downloadmaster-31e0f0ae-c379502147ee31e5b429ea8c38ae8c79e158e96a.tar.gz
master-31e0f0ae-c379502147ee31e5b429ea8c38ae8c79e158e96a.tar.bz2
master-31e0f0ae-c379502147ee31e5b429ea8c38ae8c79e158e96a.zip
mklibs: revert r31315
SVN-Revision: 31316
Diffstat (limited to 'tools/mklibs')
-rw-r--r--tools/mklibs/patches/011-missing_unistd.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/mklibs/patches/011-missing_unistd.patch b/tools/mklibs/patches/011-missing_unistd.patch
deleted file mode 100644
index c237812688..0000000000
--- a/tools/mklibs/patches/011-missing_unistd.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/src/mklibs-readelf/elf.cpp
-+++ b/src/mklibs-readelf/elf.cpp
-@@ -25,6 +25,7 @@
- #include <fcntl.h>
- #include <sys/mman.h>
- #include <sys/stat.h>
-+#include <unistd.h>
-
- using namespace Elf;
-