diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-03-17 11:55:59 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-03-17 11:55:59 +0000 |
commit | 9b60eb478ae4be622b4981058af6a1817539cddc (patch) | |
tree | 1405ce08f05d3f31c8562d56d4ec46e438018f42 /target/linux/uml/patches-2.6.32/007-uml_missing_stat_h.patch | |
parent | a2a18fe1ea24005bc93a06a7a882ee49672c3e50 (diff) | |
download | mtk-20170518-9b60eb478ae4be622b4981058af6a1817539cddc.zip mtk-20170518-9b60eb478ae4be622b4981058af6a1817539cddc.tar.gz mtk-20170518-9b60eb478ae4be622b4981058af6a1817539cddc.tar.bz2 |
remove support for old kernels
SVN-Revision: 30963
Diffstat (limited to 'target/linux/uml/patches-2.6.32/007-uml_missing_stat_h.patch')
-rw-r--r-- | target/linux/uml/patches-2.6.32/007-uml_missing_stat_h.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/uml/patches-2.6.32/007-uml_missing_stat_h.patch b/target/linux/uml/patches-2.6.32/007-uml_missing_stat_h.patch deleted file mode 100644 index bddd23c..0000000 --- a/target/linux/uml/patches-2.6.32/007-uml_missing_stat_h.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/arch/um/os-Linux/mem.c -+++ b/arch/um/os-Linux/mem.c -@@ -10,6 +10,7 @@ - #include <errno.h> - #include <fcntl.h> - #include <string.h> -+#include <sys/stat.h> - #include <sys/mman.h> - #include <sys/param.h> - #include "init.h" |