On 5/30/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
Recent GCC will barf over an extern variable declaration followed by a static one. This patch fixes building the CVS version of findutils.Cheers, Ralf * find/defs.h (last_pred): Do not declare, this is static now.
In 4.2.x, it's defined in find.c and referenced in util.c. In 4.3.x it's a static variable which only exists in tree.c. (I'm speaking here of the CVS sources) James. _______________________________________________ Bug-findutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-findutils
