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/afs.c | |
parent | d0deb35c5e92ce759df7b665816599b79313db01 (diff) |
Remove old $Sudo$ tags; the main sudo tree no longer lives in cvs.
Diffstat (limited to 'usr.bin/sudo/auth/afs.c')
-rw-r--r-- | usr.bin/sudo/auth/afs.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/sudo/auth/afs.c b/usr.bin/sudo/auth/afs.c index fed48ba0673..337cd4d2069 100644 --- a/usr.bin/sudo/auth/afs.c +++ b/usr.bin/sudo/auth/afs.c @@ -50,10 +50,6 @@ #include <afs/stds.h> #include <afs/kautils.h> -#ifndef lint -__unused static const char rcsid[] = "$Sudo: afs.c,v 1.15 2008/11/09 14:13:13 millert Exp $"; -#endif /* lint */ - int afs_verify(pw, pass, auth) struct passwd *pw; |