diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-16 15:35:45 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-16 15:35:45 +0000 |
commit | c379502147ee31e5b429ea8c38ae8c79e158e96a (patch) | |
tree | 64a53134ef265031d3d5799a9d483418c8c594a6 /tools/mklibs | |
parent | a8d663260d3f628a040bfc195f80da2baa5e4157 (diff) | |
download | upstream-c379502147ee31e5b429ea8c38ae8c79e158e96a.tar.gz upstream-c379502147ee31e5b429ea8c38ae8c79e158e96a.tar.bz2 upstream-c379502147ee31e5b429ea8c38ae8c79e158e96a.zip |
mklibs: revert r31315
SVN-Revision: 31316
Diffstat (limited to 'tools/mklibs')
-rw-r--r-- | tools/mklibs/patches/011-missing_unistd.patch | 10 |
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; - |