diff -Naur findutils-4.2.29-orig/find/pred.c findutils-4.2.29-patch/find/pred.c --- findutils-4.2.29-orig/find/pred.c 2006-03-31 23:55:04.000000000 +0200 +++ findutils-4.2.29-patch/find/pred.c 2006-12-01 13:36:05.328961000 +0100 @@ -155,6 +155,7 @@ static char *ctime_format PARAMS((time_t when)); #ifdef DEBUG +typedef boolean (*PFB)(char *, struct stat *, struct predicate *); struct pred_assoc { PFB pred_func;