diff options
author | 2009-06-21 14:48:41 +0000 | |
---|---|---|
committer | 2009-06-21 14:48:41 +0000 | |
commit | 24d1a79b498c51ba172da46be1682b9d2646f83c (patch) | |
tree | 0069e1227aca88eedcf83f75d08361aa47c663b7 /usr.bin/sudo/auth/sudo_auth.c | |
parent | Add tags for the benefit of the sync scripts (diff) | |
download | wireguard-openbsd-24d1a79b498c51ba172da46be1682b9d2646f83c.tar.xz wireguard-openbsd-24d1a79b498c51ba172da46be1682b9d2646f83c.zip |
Upgrade to sudo 1.7.2
Diffstat (limited to 'usr.bin/sudo/auth/sudo_auth.c')
-rw-r--r-- | usr.bin/sudo/auth/sudo_auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sudo/auth/sudo_auth.c b/usr.bin/sudo/auth/sudo_auth.c index 84c1c1ab6f6..fa1419f28c5 100644 --- a/usr.bin/sudo/auth/sudo_auth.c +++ b/usr.bin/sudo/auth/sudo_auth.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2005, 2008 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1999-2005, 2008-2009 Todd C. Miller <Todd.Miller@courtesan.com> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -53,7 +53,7 @@ #include "insults.h" #ifndef lint -__unused static const char rcsid[] = "$Sudo: sudo_auth.c,v 1.39 2009/02/11 01:18:02 millert Exp $"; +__unused static const char rcsid[] = "$Sudo: sudo_auth.c,v 1.40 2009/05/25 12:02:42 millert Exp $"; #endif /* lint */ sudo_auth auth_switch[] = { |