Hello James,

* James Youngman wrote on Wed, Jun 14, 2006 at 11:44:40PM CEST:
> 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.

> >        * 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)

Yes, I'm speaking of the CVS HEAD sources, sorry if that wasn't clear.
There is an extern declaration in find/defs.h, in the tree obtainable by
  cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/findutils \
    co findutils

Cheers,
Ralf


_______________________________________________
Bug-findutils mailing list
Bug-findutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-findutils

Reply via email to