summaryrefslogtreecommitdiff
path: root/usr.bin/sudo/sudo_nss.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2009-06-21 14:48:43 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2009-06-21 14:48:43 +0000
commita3e9aa1c62bdd4c50b28eaf86e3d3b01ad4f5a99 (patch)
tree84b345fa3b1060d2d6458f21ac9544af7a79ff31 /usr.bin/sudo/sudo_nss.c
parent345d95045cd5281f339a2de55c5d54ea5f25ef46 (diff)
Upgrade to sudo 1.7.2
Diffstat (limited to 'usr.bin/sudo/sudo_nss.c')
-rw-r--r--usr.bin/sudo/sudo_nss.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sudo/sudo_nss.c b/usr.bin/sudo/sudo_nss.c
index f096172b4d0..138c0e2ad60 100644
--- a/usr.bin/sudo/sudo_nss.c
+++ b/usr.bin/sudo/sudo_nss.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2007-2008 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 2007-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
@@ -45,7 +45,7 @@
#include "lbuf.h"
#ifndef lint
-__unused static const char rcsid[] = "$Sudo: sudo_nss.c,v 1.7 2009/03/10 20:44:05 millert Exp $";
+__unused static const char rcsid[] = "$Sudo: sudo_nss.c,v 1.8 2009/05/25 12:02:41 millert Exp $";
#endif /* lint */
extern struct sudo_nss sudo_nss_file;