fix 2.6.31 compile with union mounts disabled
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.27 / 902-darwin_scripts_include.patch
index 96fffc0..b59027d 100644 (file)
@@ -92,7 +92,7 @@
  #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.021344 seconds and 4 git commands to generate.