diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2010-03-04 12:21:37 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2010-03-04 12:21:37 +0000 |
commit | 556f01a522994318adaf72a48d06fdf496e60814 (patch) | |
tree | b97b6a75285ee5cf5b8d6cb0c1a1230e63df4dfc /usr.bin/sudo/auth/aix_auth.c | |
parent | d0deb35c5e92ce759df7b665816599b79313db01 (diff) |
Remove old $Sudo$ tags; the main sudo tree no longer lives in cvs.
Diffstat (limited to 'usr.bin/sudo/auth/aix_auth.c')
-rw-r--r-- | usr.bin/sudo/auth/aix_auth.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/sudo/auth/aix_auth.c b/usr.bin/sudo/auth/aix_auth.c index 853ceb8b1ac..919fa998196 100644 --- a/usr.bin/sudo/auth/aix_auth.c +++ b/usr.bin/sudo/auth/aix_auth.c @@ -46,10 +46,6 @@ #include "sudo.h" #include "sudo_auth.h" -#ifndef lint -__unused static const char rcsid[] = "$Sudo: aix_auth.c,v 1.27 2009/05/25 12:02:42 millert Exp $"; -#endif /* lint */ - /* * For a description of the AIX authentication API, see * http://publib16.boulder.ibm.com/doc_link/en_US/a_doc_lib/libs/basetrf1/authenticate.htm |