summaryrefslogtreecommitdiffstats
path: root/tools/mklibs
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-04-16 15:35:45 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-04-16 15:35:45 +0000
commitc9641b552eb8ecccb7b0e31a0f7bac250a930e25 (patch)
treea857d678ee78800b0b4430ad4b73127e092f9293 /tools/mklibs
parentf580ce76b0868c1604b0a17529f7360801231173 (diff)
[tools] mklibs: revert r31315
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31316 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 c23781268..000000000
--- 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;
-