This package failed to rebuild for FC4 Development around 2005-04-11 after an automated release bump. Architectures: i386 ppc Build failure logs at: http://fedoraproject.org/extras/development/build-logs/
Created attachment 114194 [details] Patch for gcc4 build Give this one a try. I tried changing it to "extern static int limit" but gcc4 barfed on that.
"extern" and "static" are mutually exclusive storage-class specifiers.
So then what's the proper solution? To declare it static in both files?
No, to drop "static" from the definition in the *.c file.
Committed and queued