Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 178546 | Differences between
and this patch

Collapse All | Expand All

(-)a/client/getpasswd.c (-1 / +1 lines)
Lines 136-142 getpasswd(const char *prompt, int fd) Link Here
136
#ifndef WIN32
136
#ifndef WIN32
137
    sigset_t        sig, old_sig;
137
    sigset_t        sig, old_sig;
138
    struct termios  ts;
138
    struct termios  ts;
139
    int             old_c_lflag;
139
    tcflag_t        old_c_lflag;
140
#else
140
#else
141
	/* Force stdin on windows. */
141
	/* Force stdin on windows. */
142
	fd = 0;
142
	fd = 0;

Return to bug 178546