--- findutils-4.4.2.orig/gnulib/lib/freadahead.c 2009-05-10 23:23:57.000000000 +0200 +++ findutils-4.4.2/gnulib/lib/freadahead.c 2014-03-23 16:27:43.000000000 +0100 @@ -19,6 +19,7 @@ /* Specification. */ #include "freadahead.h" +#ifndef HAVE___FREADAHEAD size_t freadahead (FILE *fp) { @@ -64,3 +65,4 @@ freadahead (FILE *fp) #error "Please port gnulib freadahead.c to your platform! Look at the definition of fflush, fread on your system, then report this to bug-gnulib." #endif } +#endif