Rename pwstars to pwfeedback

This commit is contained in:
Todd C. Miller
2009-02-15 20:53:49 +00:00
parent d1bbb48f19
commit dd56fbadb4
5 changed files with 13 additions and 13 deletions

View File

@@ -119,7 +119,7 @@ restart:
(void) sigaction(SIGTTIN, &sa, &savettin);
(void) sigaction(SIGTTOU, &sa, &savettou);
if (def_pwstars)
if (def_pwfeedback)
neednl = term_raw(input);
else
neednl = term_noecho(input);
@@ -131,7 +131,7 @@ restart:
if (timeout > 0)
alarm(timeout);
pass = getln(input, buf, sizeof(buf), def_pwstars);
pass = getln(input, buf, sizeof(buf), def_pwfeedback);
alarm(0);
save_errno = errno;