From c514878446285bdcc54c3103171f626834fe0c9c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 21 Jun 2000 20:21:03 +0000 Subject: [PATCH] ansideclify --- lib/getpass.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/getpass.c b/lib/getpass.c index 08edd28..a5e87e8 100644 --- a/lib/getpass.c +++ b/lib/getpass.c @@ -35,8 +35,7 @@ #endif char * -getpass (prompt) - const char *prompt; +getpass (const char *prompt) { FILE *in, *out; struct termios s, t; -- 2.7.4