Re: [PATCH] getpass: conditionalize variable declarations
Thanks, I installed that.
[PATCH] getpass: conditionalize variable declarations
This fixes unused variable warnings. Additionally, the struct termios may not be defined on systems without tcsetattr and no termios header. --- lib/getpass.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/getpass.c b/lib/getpass.c index 43d0d59..18dc0b7 100644 --- a/lib/getpass.c +++ b