From: Jim Meyering Date: Wed, 21 Jun 2000 20:21:03 +0000 (+0000) Subject: ansideclify X-Git-Tag: FILEUTILS-4_0v~39 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=c514878446285bdcc54c3103171f626834fe0c9c;p=thirdparty%2Fcoreutils.git ansideclify --- diff --git a/lib/getpass.c b/lib/getpass.c index 08edd28d81..a5e87e8cd5 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;