packages/utils/mdadm/patches/000-compile.patch
luka 211a7917b1 [packages] mdadm: update to version 3.2.5
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32753 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-16 21:52:06 +00:00

12 lines
314 B
Diff

--- a/sha1.h
+++ b/sha1.h
@@ -26,8 +26,6 @@
# include <limits.h>
#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