ebtables.c has a syntax error under new gcc
"Atan[????]" <[email protected]>
| Newsgroups | gmane.linux.network.bridge.ebtables.devel |
|---|---|
| Message-ID | <[email protected]> |
Under Fedora core 3 , gcc 3.4.2 20041017 , ebtables has a syntax error:
"ebtables.c:1174: error: label at end of compound statement"
I modified ebtables.c:1174 from :
"
letscontinue:
}
"
to
"
letscontinue:
{}; //<---here , add a empty statrment.
}
"
then all ok.
[Atan]
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click