mdadm: add from /packages, add myself as maintainer
[openwrt.git] / package / utils / mdadm / patches / 000-compile.patch
1 --- a/sha1.h
2 +++ b/sha1.h
3 @@ -26,8 +26,6 @@
4  # include <limits.h>
5  #endif
6  
7 -#include "ansidecl.h"
8 -
9  /* The following contortions are an attempt to use the C preprocessor
10     to determine an unsigned integral type that is 32 bits wide.  An
11     alternative approach is to use autoconf's AC_CHECK_SIZEOF macro, but