kernel: check return code of nla_parse in pcomp_lzma on 2.6.31
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.21 / 902-darwin_scripts_include.patch
index ae7a77e..8c22743 100644 (file)
  #include <sys/mman.h>
  #include <fcntl.h>
  #include <unistd.h>
-+#ifndef __APPLE__
++#if !(defined(__APPLE__) || defined(__CYGWIN__))
  #include <elf.h>
 +#else
 +#include "../../../../../tools/sstrip/include/elf.h"
This page took 0.022795 seconds and 4 git commands to generate.