Greg Schafer <[EMAIL PROTECTED]> wrote: > The original fix was applied to CVS then reverted by Sergey on 2005-07-29 > because it coredumped.
Right. > Here is the correct fix: > > http://linuxfromscratch.org/pipermail/lfs-dev/2005-August/053113.html [which says:] >> The correct way is to move the extern struct declaration after the >> struct has been declared which is gcc4's way of doing things now The correct way, in my opinion, would be to remove declaration of cmdtab from extern name space. It has nothing to do there. This can be achieved by moving getcmd() to cmdtab.c, which I am going to do. Regards, Sergey _______________________________________________ Bug-inetutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-inetutils
