From c8b76cd5a63abd7d42595471c5a4743571ab01e0 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 9 Dec 2008 22:20:33 +0000 Subject: sync with sudo cvs repo --- usr.bin/sudo/tgetpass.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/sudo/tgetpass.c') 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. -- cgit v1.2.3