diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2009-06-21 14:48:43 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2009-06-21 14:48:43 +0000 |
commit | a3e9aa1c62bdd4c50b28eaf86e3d3b01ad4f5a99 (patch) | |
tree | 84b345fa3b1060d2d6458f21ac9544af7a79ff31 /usr.bin/sudo/alias.c | |
parent | 345d95045cd5281f339a2de55c5d54ea5f25ef46 (diff) |
Upgrade to sudo 1.7.2
Diffstat (limited to 'usr.bin/sudo/alias.c')
-rw-r--r-- | usr.bin/sudo/alias.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sudo/alias.c b/usr.bin/sudo/alias.c index ac46f040a5b..e8fec56c07e 100644 --- a/usr.bin/sudo/alias.c +++ b/usr.bin/sudo/alias.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-2005m, 2007-2008 + * Copyright (c) 2004-2005m, 2007-2009 * Todd C. Miller <Todd.Miller@courtesan.com> * * Permission to use, copy, modify, and distribute this software for any @@ -47,7 +47,7 @@ #include <gram.h> #ifndef lint -__unused static const char rcsid[] = "$Sudo: alias.c,v 1.17 2009/04/05 16:25:04 millert Exp $"; +__unused static const char rcsid[] = "$Sudo: alias.c,v 1.18 2009/05/25 12:02:41 millert Exp $"; #endif /* lint */ /* |