On Jul 25, 2013, Ilya Tumaykin wrote: > Hello everyone. > > Terminal settings are properly restored with this commit: > 5ec4998aaa603b01f607a6da6877a03501a513ac. This is great! > One minor fix should be added to this commit, see patch attached.
Thanks, I've applied a slightly modified version of your patch to master and tagged fwknop-2.5.1-pre1. I'm sending fwknop through the test suite on multiple platforms before making the 2.5.1 release (which should be released tomorrow night). Thanks, --Mike > -- > Best regards. > Tumaykin Ilya. > diff --git a/client/getpasswd.c b/client/getpasswd.c > index f1061be..4878cc3 100644 > --- a/client/getpasswd.c > +++ b/client/getpasswd.c > @@ -136,7 +136,7 @@ getpasswd(const char *prompt, int fd) > #ifndef WIN32 > sigset_t sig, old_sig; > struct termios ts; > - int old_c_lflag; > + tcflag_t old_c_lflag; > #else > /* Force stdin on windows. */ > fd = 0; > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > Fwknop-discuss mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/fwknop-discuss ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Fwknop-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fwknop-discuss
