bug-inetutils
[Top][All Lists]
Advanced

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

Re: ifconfig and some minor fixes.


From: Alain Magloire
Subject: Re: ifconfig and some minor fixes.
Date: Mon, 25 Jun 2001 20:22:28 -0400 (EDT)

> 
> On Mon, Jun 25, 2001 at 06:20:53PM +0200, Marcus Brinkmann wrote:
> > > P.S.: Some of your comments seem to imply that you've done a certain
> > >       number of things but it was not commited.
> > 
> > The sad truth is that I had this in my head for a while but never got to
> > write it down.  I don't have any code that's not in CVS, sorry.
> 
> I am a liar!

8-), pants on fire.

> I had all these fixes done on saturday, but for some reason I
> don't remember anymore I didn't commit them.

Small nit, I've change the code to use alloca() instead
of things like:

char argv[strlen (q) - 1];

Many (old) compilers can not cope with this, comes to mind
Watcomm C (QNX4), HP compilers and some old xlC on AIX.

--
alain




reply via email to

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