112
117
tcsetattr(fileno(stdin), TCSADRAIN, &tmp);
113
get_password(buff, sizeof(buff)-1, fileno(stdin), isatty(fileno(stderr)));
118
get_password(buff, sizeof(buff)-1, fileno(stdin), isatty(fileno(stdout)));
114
119
tcsetattr(fileno(stdin), TCSADRAIN, &org);
115
120
# elif defined(HAVE_TERMIO_H)
116
121
ioctl(fileno(stdin), (int) TCGETA, &org);