From: Jim Meyering Date: Wed, 21 Jun 2000 20:21:03 +0000 (+0000) Subject: ansideclify X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5972f7a7a266fadbaa462755260767966724c72a;p=pspp 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;