Re: Console lseek fix

2002-03-18 Thread Christopher Faylor
On Tue, Mar 19, 2002 at 02:15:07PM +1100, Robert Collins wrote: >The following patch allows arch's with-ftp command to run under cygwin. > >Chris, any objections? Nope. Please check it in. cgf

Console lseek fix

2002-03-18 Thread Robert Collins
The following patch allows arch's with-ftp command to run under cygwin. Chris, any objections? ChangeLog: 2002-03-15 Robert Collins <[EMAIL PROTECTED]> * fhandler.h (fhandler_termios::lseek): Override lseek. * fhandler_termios.cc (fhandler_termios::lseek): Implement this. In