From f853556b001a0aa2b6c37a73db6602fb02845fac Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 19 Apr 2003 21:57:18 +0000 Subject: sync w/ the sudo cvs tree and sudo 1.6.7p4 --- usr.bin/sudo/tgetpass.c | 8 ++++++-- 1 file changed, 6 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 f6c174a00dd..1c92e57553e 100644 --- a/usr.bin/sudo/tgetpass.c +++ b/usr.bin/sudo/tgetpass.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998-2001 Todd C. Miller + * Copyright (c) 1996, 1998-2002 Todd C. Miller * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -30,6 +30,10 @@ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * Sponsored in part by the Defense Advanced Research Projects + * Agency (DARPA) and Air Force Research Laboratory, Air Force + * Materiel Command, USAF, under agreement number F39502-99-1-0512. */ #include "config.h" @@ -83,7 +87,7 @@ #include "sudo.h" #ifndef lint -static const char rcsid[] = "$Sudo: tgetpass.c,v 1.104 2002/12/13 18:20:34 millert Exp $"; +static const char rcsid[] = "$Sudo: tgetpass.c,v 1.105 2003/04/16 00:42:10 millert Exp $"; #endif /* lint */ #ifndef TCSASOFT -- cgit v1.2.3