> 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  <[EMAIL PROTECTED]>

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


Cheers.


_______________________________________________
Bug-inetutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-inetutils

Reply via email to