X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=package%2Futils%2Fmdadm%2Fpatches%2F000-compile.patch;fp=package%2Futils%2Fmdadm%2Fpatches%2F000-compile.patch;h=6d47489163b1d709235ab7a20269f5a0d93a1982;hb=3ded2b24616744d944dac0a062f62bd52a3a599b;hp=0000000000000000000000000000000000000000;hpb=0bce759d960c2fdba6f101a74f07c6eab24bd83f;p=openwrt-working-2016%2F.git diff --git a/package/utils/mdadm/patches/000-compile.patch b/package/utils/mdadm/patches/000-compile.patch new file mode 100644 index 0000000000..6d47489163 --- /dev/null +++ b/package/utils/mdadm/patches/000-compile.patch @@ -0,0 +1,11 @@ +--- a/sha1.h ++++ b/sha1.h +@@ -26,8 +26,6 @@ + # include + #endif + +-#include "ansidecl.h" +- + /* The following contortions are an attempt to use the C preprocessor + to determine an unsigned integral type that is 32 bits wide. An + alternative approach is to use autoconf's AC_CHECK_SIZEOF macro, but