bug-inetutils
[Top][All Lists]
Advanced

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

Re: [bug-inetutils] RE: inetutils


From: Alfred M. Szmidt
Subject: Re: [bug-inetutils] RE: inetutils
Date: Fri, 26 May 2006 20:37:51 +0200 (CEST)

   > I got it to compile by moving #include "extern.h" in ftp_var.h to
   > the bottom of the file, but more importantly in ttymsg.c the
   > removal of
   > 
   > (char *)iov->iov_base += wret;
   > 
   > replaced with
   > 
   > iov->iov_base = (char *)iov->iov_base + wret;

I guess you are using a old release of inetutils, this is fixed in
CVS.  A new release is being worked on, but some technical issues must
be solved before it can be pushed out the door.

2003-05-21  Sergey Poznyakoff  <address@hidden>

        * libinetutils/ttymsg.c (ttymsg): Bugfix: typecast is not
        a valid lvalue


Cheers.




reply via email to

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