bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-inetutils] GCC4 fix for Ftp


From: Sergey Poznyakoff
Subject: Re: [bug-inetutils] GCC4 fix for Ftp
Date: Wed, 31 Aug 2005 16:36:34 +0300

Greg Schafer <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]