summaryrefslogtreecommitdiff
path: root/usr.bin/sudo/tgetpass.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2008-12-09 22:20:33 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2008-12-09 22:20:33 +0000
commitc8b76cd5a63abd7d42595471c5a4743571ab01e0 (patch)
tree12f65af1885d98dbb86018d477c0578c659f1161 /usr.bin/sudo/tgetpass.c
parentcd98015792b4db7d70d5bb92929b139125d87ffa (diff)
sync with sudo cvs repo
Diffstat (limited to 'usr.bin/sudo/tgetpass.c')
-rw-r--r--usr.bin/sudo/tgetpass.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sudo/tgetpass.c b/usr.bin/sudo/tgetpass.c
index a0ee7ec9042..62faead2345 100644
--- a/usr.bin/sudo/tgetpass.c
+++ b/usr.bin/sudo/tgetpass.c
@@ -71,7 +71,7 @@
#include "sudo.h"
#ifndef lint
-__unused static const char rcsid[] = "$Sudo: tgetpass.c,v 1.125 2008/11/25 17:01:34 millert Exp $";
+__unused static const char rcsid[] = "$Sudo: tgetpass.c,v 1.126 2008/12/09 20:55:49 millert Exp $";
#endif /* lint */
#ifndef TCSASOFT
@@ -115,7 +115,7 @@ static volatile sig_atomic_t signo;
static void handler __P((int));
static char *getln __P((int, char *, size_t));
-static char *sudo_askpass(const char *);
+static char *sudo_askpass __P((const char *));
/*
* Like getpass(3) but with timeout and echo flags.