projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f4a05d
)
ansideclify
author
Jim Meyering
<jim@meyering.net>
Wed, 21 Jun 2000 20:21:03 +0000
(20:21 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 21 Jun 2000 20:21:03 +0000
(20:21 +0000)
lib/getpass.c
patch
|
blob
|
history
diff --git
a/lib/getpass.c
b/lib/getpass.c
index 08edd28d81ae54c2fd59dee6578a4b71b5eb9691..a5e87e8cd5bf76fbf1f0388119d3742f340ab5de 100644
(file)
--- 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;