/[inetutils]/inetutils/lib/getpass.c
ViewVC logotype

Diff of /inetutils/lib/getpass.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by gray, Fri Jul 29 10:52:43 2005 UTC revision 1.3 by gray, Tue Oct 11 11:16:14 2005 UTC
# Line 205  getpass (const char *prompt) Line 205  getpass (const char *prompt)
205    
206    /* Restore the original setting.  */    /* Restore the original setting.  */
207    if (tty_changed)    if (tty_changed)
208      (void) tcsetattr (fileno (in), TCSAFLUSH|TCSASOFT, &s);      tcsetattr (fileno (in), TCSAFLUSH|TCSASOFT, &s);
209    
210    funlockfile (out);    funlockfile (out);
211    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26