The script 'just-fixinc' created some really screwed up header
files in the gcc include directory . The script itself seemed to run just
fine but the some of the header files such as sys/stat.h were syntactically
incorrect.
Things like:
extern foo( #else
-etc.-
When the original was:
extern foo( int parm1, sometype _dude);
#else
-etc.-
I am intereseted in finding out if anyone else has had the same difficulty.
-dgaj