From 11975abb2c891e563dbed51a52c050ea0b05b8a4 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 20 May 2008 08:47:51 +0000 Subject: - remove old-style definitions. No object-code changes. --- libc/unistd/getpass.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libc/unistd') diff --git a/libc/unistd/getpass.c b/libc/unistd/getpass.c index c9daaaadd..08bf23636 100644 --- a/libc/unistd/getpass.c +++ b/libc/unistd/getpass.c @@ -49,9 +49,7 @@ libc_hidden_proto(__uc_malloc) #endif #define PWD_BUFFER_SIZE 256 -char * -getpass (prompt) - const char *prompt; +char * getpass (const char *prompt) { static char *buf; -- cgit v1.2.3