# HG changeset patch # User Jim Meyering # Date 961618863 0 # Node ID 7f89d39bb137a2a444ce22c98cdc45b3f5091c68 # Parent abf73a3166d4b90a46de6e008ef110ea9e705c44 ansideclify diff --git a/lib/getpass.c b/lib/getpass.c --- 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;